Unique for the query.
Needs to sequential and incremental.
Now it starts at +1 number of records and is incremented by1 on each record.
i want it to start at 1 for each query
I used this:
http://support.microsoft.com/kb/94397
how can query call the SetToZero() first
this is for novice users who will want to add the capability to a large set of yet to written queries
Can I add a sequence number/serial number to any MSaccess query?
Select * from A
where ...
order by ...
e.g. A has 3 fields, A1, A2, A3
Select a1,a2,a3 from A where a1 <> "x"
order by a2
and have 4 columns including a serial number for the records....
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.