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....