how do I create a report or query that displays only the diff.

C

Cornel

How do I create a query that only display the difference between two databases?

Database1 Database2
11 11
12

In this example, the query should display 12 (the difference between the 2
databases)
 
D

Duane Hookom

Do you really mean "tables" rather than "databases"? There is a query wizard
that can find unmatched records from two tables.
 
Top