I have two tables that have the exact same structure.
Table MasterList Acct_id(9) Name (25) Address (35) City(15) State(2) ZipCode(5)
and
Table NewMasterList Acct_id(9) Name (25) Address (35) City(15) State(2) ZipCode(5)
I need a query that will display the Acct_ID and Name for all records from each table that are NOT in BOTH tables.