Connecting Tech Pros Worldwide Help | Site Map

Field compare report

  #1  
Old November 13th, 2005, 06:21 AM
Ken Smith
Guest
 
Posts: n/a
Can someone tell me how to do a compare of two different fields in two
different tables to generate a report which will tell me what values are
missing?

I have two tables, one is the values that should have gotten imported into
a system and the other is the ones that are actually in there. There's 250
some odd that didnt make it (out of 10,000) and I'm trying to track them
down.

So if tbl1fld1 contains all the values that I wanted to be in there and
tbl2fld1 is the same as tbl1fld1 minus the 250 missing values I need to see
exactly which ones are not in there.

Hope that made sense, and thanks.
  #2  
Old November 13th, 2005, 06:21 AM
Salad
Guest
 
Posts: n/a

re: Field compare report


Ken Smith wrote:[color=blue]
> Can someone tell me how to do a compare of two different fields in two
> different tables to generate a report which will tell me what values are
> missing?
>
> I have two tables, one is the values that should have gotten imported into
> a system and the other is the ones that are actually in there. There's 250
> some odd that didnt make it (out of 10,000) and I'm trying to track them
> down.
>
> So if tbl1fld1 contains all the values that I wanted to be in there and
> tbl2fld1 is the same as tbl1fld1 minus the 250 missing values I need to see
> exactly which ones are not in there.
>
> Hope that made sense, and thanks.[/color]

If you are talking about rows (records) then yes, there is an easy
method. I'll assume there is something unique about each record...a
primary key or unique value in one of the fields (columns). If so, go
to the database window and click Queries/New/FindUnmatched wizard.
Follow the steps and voila, instant report of the missing records.
Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
Trying to extract month from a date field to compare in report gmazza via AccessMonster.com answers 3 September 20th, 2007 06:15 AM
cursor to compare/report on the same fields in 2 tables SQLNewbie answers 4 September 21st, 2006 02:35 AM
How to vary the number of copies of each record in a report in A97? MLH answers 9 December 21st, 2005 07:26 AM
Dynamic Crosstab Report Nathan Bloomfield answers 1 November 12th, 2005 09:10 PM