Add a AutoNumber to a query

Kenln

Registered User.
Local time
Today, 09:04
Joined
Oct 11, 2006
Messages
551
Is there a way to add an AutoNumber to a query?

Since it is a query (rather than a table) the AutoNumber will always start at one and count up.

Anyone know how to do this???
 
I think what you are wanting is to add record/row numbers, not really an autonumber field.

I normally handle this on a report if printing, not in the query.

It is possible to add Row numbers toa form/sub form or query.

See: Row numbers
 
It took some playing but I think I have got it working.

Thank you,
 

Users who are viewing this thread

Back
Top Bottom