Hi folks,
I'm trying to find an easy way to remove clients from a consumer database based on a list of people who are no longer clients in an Excel spreadsheet.
The database itself is accessed through ODBC links in an Access file - I need a way for Access to read this spreadsheet and remove all clients who have those details.
The ODBC table has an ID column, then many other fields. The spreadsheet has matching Firstname, Lastname, DOB, Postcode and Gender columns. I need Access to remove anyone from the ODBC table who have all of those same columns matching up in the ODBC table (hence are the same person and are no longer clients).
I hope I haven't made this more confusing to understand. I have tried toying with a delete query after importing the Excel spreadsheet into the Access file but could not figure out how to get it to work.
Is it possible someone could point me in the right direction?
I'm trying to find an easy way to remove clients from a consumer database based on a list of people who are no longer clients in an Excel spreadsheet.
The database itself is accessed through ODBC links in an Access file - I need a way for Access to read this spreadsheet and remove all clients who have those details.
The ODBC table has an ID column, then many other fields. The spreadsheet has matching Firstname, Lastname, DOB, Postcode and Gender columns. I need Access to remove anyone from the ODBC table who have all of those same columns matching up in the ODBC table (hence are the same person and are no longer clients).
I hope I haven't made this more confusing to understand. I have tried toying with a delete query after importing the Excel spreadsheet into the Access file but could not figure out how to get it to work.
Is it possible someone could point me in the right direction?