row numbers in query

J

Jim Weiss

Any suggestions on how to go about row numbers in a query?

ie as the records are printed, I would like to populate
the first column with sequential numbers. ie some kind of
autonumber field for a query. I can't just create an
autonumber field in the table being queried because all of
the rows will not be selected in the query.
 
Top