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

  • Thread starter Thread starter Cornel
  • Start date Start date
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)
 
Do you really mean "tables" rather than "databases"? There is a query wizard
that can find unmatched records from two tables.
 
Back
Top