FYI Front Ends should always be put on the local pc, seperate front ends on a shared drive is better than sharing one front end, but performance will dramatically increase if the front end is placed somewhere on the local drive. There are a million different ways of deploying updates to all the...
In the field(s) on the master file where you have data that you do not want overwritten, set the criteria to "Is Not Null" within the query builder. It will then only update data when the master field is blank.
Does that help?
It should be fairly easy using an update query or two. Are any of the fields duplicated? If so, which data do you want to keep?
Another way to easily merge data is to use a make-table query, pulling your data from the two tables and producing a merged resultant table.
Hope that helped a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.