I have a table ([Data]) that I have made. I need to insert a Autonumber column ([Rank]) into the table and keep it automated. I am looking for a SQL statement that will insert the Column [Rank] into table [Data] as an Autonumber starting at 1 everytime.
I tried following instuctions on how to reset the autonumber column back to "1" but it didn't ever work.
I appended into the blank table making the Autonumber field = 0 (1 lower than what I need) from a duplicate table with the field changed to a Number field, deleted it out of the table than appended the real data into it. Starts right back where I left off.
I just need a quick query to add the Autonumber column everytime I remake the table.
Thanks ahead of time.
Aron
I tried following instuctions on how to reset the autonumber column back to "1" but it didn't ever work.
I appended into the blank table making the Autonumber field = 0 (1 lower than what I need) from a duplicate table with the field changed to a Number field, deleted it out of the table than appended the real data into it. Starts right back where I left off.
I just need a quick query to add the Autonumber column everytime I remake the table.
Thanks ahead of time.
Aron