I have an external table "NewData" from which I need to add missing data and update existing data in an internal table, tblAgents. If I create an Update Query I know it will update the existing record data in tblAgents, but will it add records that are missing? Do I need to create an Append Query to run first?
I know this is a pretty elementary question - I'm just getting started in Access.
Thanks,
~Rin