Hi,
To answer your question, Yes, it is possible to write code to compare each field in a record and do appropriate appends and merges.
But, that is really not the question that will give you a good solution. The issue is that your database structure is not designed for manual or automatic replication. As you recognized, you don't have a field that will uniquely identify and separate records from the three different tables.
One manual approach is to have two field primary key. One would identify the source and the other would be the auto number.
If you choose to adopt this method, I recommend that you use short and descriptive field names and identifiers. Check that you are using good naming conventions and avoiding special characters and reserved words. You don't want to compound your challenges unnecessarily.|
Good luck.
Teresa
DataDynamicsNW.com
Coordinating Lead Author, Access 2003 VBA Programmer's Reference
|