G
Guest
I am rewriting a system in which the main data table has an autonumber key. There are lots of large gaps in the autonumber sequences.
I need to somehow create a new table (preferably with an autonumber key) and retain all the old autonumbers for the existing records.
The new table will have many changes to columns, some will be renamed, some deleted and some added.
Hope someone can help. All I can think of is abandoning the autonumber key and writing a function to do the autonumbering. Anyone have an example? This is a multi-user application.
I need to somehow create a new table (preferably with an autonumber key) and retain all the old autonumbers for the existing records.
The new table will have many changes to columns, some will be renamed, some deleted and some added.
Hope someone can help. All I can think of is abandoning the autonumber key and writing a function to do the autonumbering. Anyone have an example? This is a multi-user application.