M
mscertified
I have a table with an autonumber key which has records with autonumber 1-75
I need to import to this table some older records which must have earlier
autonumbers.
I figured I could copy the existing records to a new table with an
autonumber starting at say 1000, then change the start number to 1 and import
the old records.
Would something like this work?
I need to import to this table some older records which must have earlier
autonumbers.
I figured I could copy the existing records to a new table with an
autonumber starting at say 1000, then change the start number to 1 and import
the old records.
Would something like this work?