Listing numbers in field?

hockeyadc

Registered User.
Local time
Today, 14:25
Joined
Sep 6, 2011
Messages
20
I'm adding a bunch of rows with data into a table, and one of my fields is "ID number", which is just basically number the row in consecutive order before duplicates are removed. How can I make a query that will do this? So for instance the query would fill in "1", "2", "3", etc. depending on how many rows have information in them.
 
I need to make some kind of loop, is that possible in access?
 

Users who are viewing this thread

Back
Top Bottom