Hello
I am using Access 2003.
I want to be able to create a button in my database that will import data to a temp table and then update my "real" table with the contents of the temp table.
So if existing records have changes in data then I want them to be overwritten with the temp table and if the temp table has records that aren't currently in the "real" table then to add them.
Is the update query the way to go? Thanks.
I am using Access 2003.
I want to be able to create a button in my database that will import data to a temp table and then update my "real" table with the contents of the temp table.
So if existing records have changes in data then I want them to be overwritten with the temp table and if the temp table has records that aren't currently in the "real" table then to add them.
Is the update query the way to go? Thanks.