I've been teaching myself Access mostly by Googling what I need. I'm sure I have some gaps in my learning and I feel that this question has likely been answered before. However, I don't know what to search or even the category to search in.
I am trying to build a query that will match fields and correct errors before I try to load it into a different program. I have a linked table (Table A) with the records I need to load into a system. Note that the linked text file is from a third-party source. I also have a linked table (Table B) with basic information from the system itself. In our system, I receive errors in loading the raw data file (Table A) because of character issues on name (Smith-Jones will generate an error because the system has SmithJones). Table A does not include unique identifiers such as IDs. Table B does include unique identifiers.
I know I can do an unmatched query, but that simply tells me the potential errors. I want to somehow either able able to replace the names in Table A records with the matching name in Table B OR simply pull in the unique IDs from Table B. If I have an unmatched query, I will know which records need this, but I don't know how to fix them and then get them all back properly to the linked table A to export. I know I can't edit a linked table. Are there any additional steps I can take to try to simplify this process? Am I approaching the whole thing wrong?
Sorry this was long. Wanted to provide adequate context and details. Again, I'm sort of learning as needed, so I appreciate the help!