I have a database, which needs to be updated monthly with new data from Excel. The best way I have found to do it, is to import from Excel and create a new table for the new months data then append the new table to the existing one.
The database and the new one create for each month have an Autonumber ID field, which is the primary key. When I'm appending the new data I tell Access not to create a primary key and I basically ignore the ID field.
The append works fine, but if for example, I have 100 entries and the ID field (using Autonumbering) numbers run from say 1 to 99, the newly appended data does not run in sequence. For example, the first entry, rather than being 100 will be a much larger number, e.g. 41,100.
Why does the sequencing get out of whack?
The database and the new one create for each month have an Autonumber ID field, which is the primary key. When I'm appending the new data I tell Access not to create a primary key and I basically ignore the ID field.
The append works fine, but if for example, I have 100 entries and the ID field (using Autonumbering) numbers run from say 1 to 99, the newly appended data does not run in sequence. For example, the first entry, rather than being 100 will be a much larger number, e.g. 41,100.
Why does the sequencing get out of whack?