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.