andersonm82
New member
- Local time
- Today, 16:47
- Joined
- Oct 26, 2006
- Messages
- 7
Hello,
I'm looking for a way to append records to a database.
Ideally the system I had envisioned would have each of our guys having a copy of the entire database on their laptop. When they are out on business they enter things into the database, though without changing fields or tables. Every week they copy or have synchronised their local copies onto separate folders on a network drive, I append every unique record from each of them onto the central database, then have this complete version synchronised to each. All entries use a GUID as autonumber, so collisions shouldn't be a problem.
Is there a better way to do this? E.g. appending or updating by Outlook without too advanced code?
What is the best way to append unique records from each of the separate copies, ideally using VBA?
Also, is there a way to not only append new records, but to append any changes to existing records as well, keeping the newest alteration?
Greatly appreciated.
I'm looking for a way to append records to a database.
Ideally the system I had envisioned would have each of our guys having a copy of the entire database on their laptop. When they are out on business they enter things into the database, though without changing fields or tables. Every week they copy or have synchronised their local copies onto separate folders on a network drive, I append every unique record from each of them onto the central database, then have this complete version synchronised to each. All entries use a GUID as autonumber, so collisions shouldn't be a problem.
Is there a better way to do this? E.g. appending or updating by Outlook without too advanced code?
What is the best way to append unique records from each of the separate copies, ideally using VBA?
Also, is there a way to not only append new records, but to append any changes to existing records as well, keeping the newest alteration?
Greatly appreciated.