Hi,
I'm using several disconnected laptop computers with an Access application. At night, they export their new content on a server, which has the same application.
I was wondering if I can really rely on the Autonumber primary keys...for example, if user "Alex" with ID "47" fills a document on a laptop, I need to be a 100% sure that when the data is copied at night, ID "47" does correspond to "Alex" too on the server.
I've done several tests, and noticed that if I delete a line from a table, the AutoNumber ID won't be reused later (that's good!). But, if I delete the content of the whole table, the AutoNumber ID will restart at 1 next time I enter data (less good!)
So as long as I don't empty the whole table, I should be safe with autonumbers...
Does that make sense?
Thanks!
I'm using several disconnected laptop computers with an Access application. At night, they export their new content on a server, which has the same application.
I was wondering if I can really rely on the Autonumber primary keys...for example, if user "Alex" with ID "47" fills a document on a laptop, I need to be a 100% sure that when the data is copied at night, ID "47" does correspond to "Alex" too on the server.
I've done several tests, and noticed that if I delete a line from a table, the AutoNumber ID won't be reused later (that's good!). But, if I delete the content of the whole table, the AutoNumber ID will restart at 1 next time I enter data (less good!)
So as long as I don't empty the whole table, I should be safe with autonumbers...
Does that make sense?
Thanks!