I have two tables. One table has 27,000 records, the other 90,000. The 27K came from the original 90K list.
What I would like to do is make a query that takes the 27K records out of the 90K list, which would bring the record count down to 63 thousand.
I'm sure I can use a query to do this, but I'm just not sure how to do it. All the records in both tables have an ID number (key) that could be used to compare the values of both lists.
Any help on this would be most appreciated.
Thank you sincerely,
JIM
What I would like to do is make a query that takes the 27K records out of the 90K list, which would bring the record count down to 63 thousand.
I'm sure I can use a query to do this, but I'm just not sure how to do it. All the records in both tables have an ID number (key) that could be used to compare the values of both lists.
Any help on this would be most appreciated.
Thank you sincerely,
JIM