This thread helped me solve my problem when I created a new table and
lost the function of the autonumber from the original table.
However, in doin so, I also discovered an easier way:
Clear the primary key from the original and disconnect relationships.
1.At the Table Database view, right click and copy the original
database.
2. At a blank area on the same window, right click to paste the copied
table; a dialogue box will pop out prompting you to choose how the data
will be pasted; type the name of the new table then select " Structure
and Data" , then ok. This will create a new table exactly the same one
as the original, but this one will have no records in it, just the
fields and formats.
3. After closing, select the new table then go to design view,
from the design view edit the format of the field that needs to be
autonumbered, chang the "data type" into "autonumber" and make it the
primary key. then save.
4.Right click copy again the original table, then paste; again the
dialogue box will come out, this time, type the name of your new table
then select "append data to existing table" . Voila! its ba~~aacckk.
Then just rename the tables to switch.