unmatched data

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm trying to match up data from two tables that could have different data in
many different fields. How do i pull up a record and find out what is
different for each table
 
there is a wizard for that.
click new query, select find unmatched query wizard.
follow instructions.
 
that only allows you to do one field and it doesn't tell you what is
different. I need multiple fields and I need to know what is different
 
I'm trying to match up data from two tables that could have different data in
many different fields. How do i pull up a record and find out what is
different for each table

By creating a Query joining the two tables on some appropriate field
and displaying the fields from both tables.

If you'ld like a more specific answer, please post some information
about the structure of these tables and indicate how they are related.

John W. Vinson[MVP]
 
Back
Top