I have a table called T_Parsed located on my hard drive that contain fields Item_ID, Rev, MFR, and a few others. I also have a table called T_MFRAlias on our network drive that contains fields MFR, MFRAlias, and a few others. Is their a way that I could do an unmatched Select query against these two tables (fields: T_Parsed.MFR and T_MFRAlias.MFRAlias) without using the ‘Link Table Manager…’?
Note that I have tried to use the IN clause, however I can’t get it to work.
Thanks in advance for any help,
Drew