
Originally Posted by
JoeM
So, in table 1, you need to separate the number from the letters in order to link in to table 2 to do your check. Is that right?
Can you help me with the myriad of text function option?
If so, you can do that in a query. You can use a myriad of text functions in order to do that. If you need help with that part, please list all the different "structures" we that may exist (i.e. is there always one word and then one number, or are there other possibilities)?
Once you have done that, you can use use this query in a new query with table 2 doing an unmatched query to find the unmatched records. Access even has an Unmatched Query Wizard to walk you through the process.
If you would like to write the results to a new or existing table, you would use an Action Query in order to do so (a Make-Table or Append Query).