Thread: MAX NUMBER
View Single Post

   
  #9 (permalink)  
Old 04-08-2008, 11:13 AM
Reiro
 
Posts: n/a
Default Re: MAX NUMBER


i having trouble with the sequence.... in my access query i have the
foll:


insert into asset(asset_id,parent_asset_id,content_title,asset _level)
values (asset_seq,parfld1,parfld2,parfld3)

if i try my parameter fields it works fine.... please let me know how
i can call the sequence in access through the query above..

thx alot
SORRY (im a beginner of all beginners)

Reply With Quote