Hi experts,
Is it possible to construct a combined "update or append" query in Access?
I have two identically structured tables with partially overlapping data which I want to merge:
- If the record exists in TableA (based on certain criteria), update it with some of the fields from Table B
- If the record doesn't exist in TableA, append it
I could do it in various steps with intermediate tables, but I'm sure there is a much cleverer way of doing this.
regards,
Michiel
Start Free Trial