A
Adam-Network Admin
Aappend queries allow you to add entire records to a table from a source.
Delete queries allow you to delete entire records.
Update queries allow you to update information on one table from information
on another.
How would I compare two tables and add just the records to one exist on the
other without adding every other record again. For example A has 400 records
and B has 399. I want to compare both tables to find the missing record and
add it to B to make B 400 records, not 799 records. How is this accomplished?
Thank You
Adam
Delete queries allow you to delete entire records.
Update queries allow you to update information on one table from information
on another.
How would I compare two tables and add just the records to one exist on the
other without adding every other record again. For example A has 400 records
and B has 399. I want to compare both tables to find the missing record and
add it to B to make B 400 records, not 799 records. How is this accomplished?
Thank You
Adam