flaviooooo
Programmer
Hi,
I'm in need of your opinion. I have a table with customers, that contains about 30 columns.
Every week I need to import all of our customer records into access, and then update the table so that we have the latest data for every customer.
To append the new customers is easy, just an append query of records where the keyfields don't match.
But how can I run a query that will update all changed customer data? The only solution I can think about is just running an update query on ALL customers, but this can become quite time consuming in time I guess.
Since the table has about 30 columns, it's not very easy to write a query that will check all the fields for changes (and every column might contain a change)
Any thoughts?
I'm in need of your opinion. I have a table with customers, that contains about 30 columns.
Every week I need to import all of our customer records into access, and then update the table so that we have the latest data for every customer.
To append the new customers is easy, just an append query of records where the keyfields don't match.
But how can I run a query that will update all changed customer data? The only solution I can think about is just running an update query on ALL customers, but this can become quite time consuming in time I guess.
Since the table has about 30 columns, it's not very easy to write a query that will check all the fields for changes (and every column might contain a change)
Any thoughts?