Our organization has an Access 2000 Database named "Audit" containing numerous forms, queries, reports, etc. We also have a database named "AuditData" that houses data only (containing tables linked to "Audit"
. These databases reside on about 40 separate laptop computers and are used by our auditors to perform field-work audits. All code changes are made by one individual and up to now involved creating a new mdb file (named "Audit.mdb"
to copy over the old one on each of the laptops. This new file is sent by email to each employee. The file is about 2.5 megs in size and takes a while to copy from email. We have experimented with sending out an mdb file named "Changes.mdb" containing ONLY forms, reports, etc. that have changed. However, this requires us to rely on the employees to manually open up "Changes.mdb" and export the changes to "Audit.mdb" (putting a lot of faith in the employees to do it correctly). Does anyone know of a way of using code to automate this export procedure? (ie- code to open up "Changes.mdb" and export everything to "Audit.mdb" while dealing with the question about "overwriting existing information"
? Any tips/help would be greatly appreciated.