AccessProgrammer
New member
- Local time
- Today, 02:32
- Joined
- Feb 8, 2013
- Messages
- 6
I have a clarification to be sorted out. I have a database where-in there exists a table (Table x) with following fields:
Part Number
Description
On hand Qty
Now, I have to append a new table (Table y) to old table (Table x) in the same format. But, I have to append only the part numbers which are not available in the old table (Table x) from Table Y.
How to set this append query ?
Please share the way out.
Thanks
AL
Part Number
Description
On hand Qty
Now, I have to append a new table (Table y) to old table (Table x) in the same format. But, I have to append only the part numbers which are not available in the old table (Table x) from Table Y.
How to set this append query ?
Please share the way out.
Thanks
AL