Ack! My SQL is weak...
Two tables, TableA and TableB, identical structure. The help files for an append query say to first create a query that contains the records you want to append - in this case, a "find unmatched records" query (TableB contains records I want to append to TableA). My question: is there a way to incorporate the whole operation into a single query, i.e. append TableA with unmatched records from TableB - without the intermediate step of the "find unmatched records" query?
Thanks!
Ken S.
Two tables, TableA and TableB, identical structure. The help files for an append query say to first create a query that contains the records you want to append - in this case, a "find unmatched records" query (TableB contains records I want to append to TableA). My question: is there a way to incorporate the whole operation into a single query, i.e. append TableA with unmatched records from TableB - without the intermediate step of the "find unmatched records" query?
Thanks!
Ken S.