simon551
IS-IT--Management
- May 4, 2005
- 249
Hi,
What I have noticed about Access tables is that when you delete a record the autonumber increment seems to live on. If you delete records 1, 2, and 3, and then add a new record, the new record ID is 4. Is that always the case?
I am using a temp table for appending from a client database to a server database. I use an autonumber field in the temp table to reference a main entry/detail entry relationship in the server database. Therefore: I append the primary key from the temp table_main to the server and then append the temp detail table to the table_details on the server referencing the temp table's primary key, and the server table_main primary key newly created.
Does that make sense?
My worry is that if the client table is messed up there will be errors in appending to older records.
Should I be concerned about this?
What I have noticed about Access tables is that when you delete a record the autonumber increment seems to live on. If you delete records 1, 2, and 3, and then add a new record, the new record ID is 4. Is that always the case?
I am using a temp table for appending from a client database to a server database. I use an autonumber field in the temp table to reference a main entry/detail entry relationship in the server database. Therefore: I append the primary key from the temp table_main to the server and then append the temp detail table to the table_details on the server referencing the temp table's primary key, and the server table_main primary key newly created.
Does that make sense?
My worry is that if the client table is messed up there will be errors in appending to older records.
Should I be concerned about this?