Synchronising tables across remote Access databases
Posted
by Paul H
on Stack Overflow
See other posts from Stack Overflow
or by Paul H
Published on 2010-03-30T12:18:50Z
Indexed on
2010/03/30
12:23 UTC
Read the original article
Hit count: 499
Hi folks,
I'm helping out a business by providing an Access DB to manage requests of various types. As they are a construction company, they have one machine in an 'office' on the building site, plus 3 based in their main office. The machine on site has no internet connectivity.
Is there any (reasonably simple) way to synchronise these databases every so often? I realise the tables could be merged, but each has an autoincrement field which must be synced between instances (i.e. when merging two tables the autoincrement should be reassigned based on the combination of records).
Cheers in advance,
Paul
© Stack Overflow or respective owner