Greetings, n00b here.
I've inherited an Excel data system with innumerable record duplicates from one (monthly) file to another. To complete my transformation to an Access mdb, I need to grab attendance data for members from past months' Excel files and merge that data with the new Access file that contains all the current members but only the current attendance data. The problem is, the records in the Excel file have no record ID or inconsistent IDs, just FullName fields.
What I think I need is some SQL to merge records with FullName fields --- but no MID --- into records (tables) that have FullName fields AND MIDs.
TIA. And yes, I've done a cursory search of the archives before posting here.
I've inherited an Excel data system with innumerable record duplicates from one (monthly) file to another. To complete my transformation to an Access mdb, I need to grab attendance data for members from past months' Excel files and merge that data with the new Access file that contains all the current members but only the current attendance data. The problem is, the records in the Excel file have no record ID or inconsistent IDs, just FullName fields.
What I think I need is some SQL to merge records with FullName fields --- but no MID --- into records (tables) that have FullName fields AND MIDs.
TIA. And yes, I've done a cursory search of the archives before posting here.