I have a table record source (contains tons of information), and I have a table containing 1200 records. I would like to add to this destination table (containing 1200 entries) any entries that do not currently exist. criteria for adding my elements:
"Not In ([TABLE - To Work].[Item Number])"
The problem is that it returns the record I want back 1200 times, not once.
Example:
Table A: Table B: Item Number Item Number 12345 45678 45678
"12345" will only be added to table B once (and then never added again!) I searched for several solutions and I tried to use the unrivaled query wizard, but I donβt think this is really what I wanted (It is where the number is equals NULL). What do I need to do to get this view to look at the entire area of ββthe table, and not at the element by element (I assume why it is filled as many times as the existing records)? Which step am I leaving?
source share