Hi,
I'm trying to join 2 tables together. I need to match a single field together. In Table1 I have a column called Source that has data like AAAAAA_AAAA_123_AA_1. In Table2 I have a column called Source that has data like 123_AAA_1 which is Table1.Source minus the first 12 characters.
I have tried to do a Left(Table1.Source, 12) but I'm not sure exactly how to write the query. I'm actually trying to use another field from Table2 in a report with Table1 but I think I have to link them based on similar data.
Any help would be greatly appreciated.
Thanks.
I'm trying to join 2 tables together. I need to match a single field together. In Table1 I have a column called Source that has data like AAAAAA_AAAA_123_AA_1. In Table2 I have a column called Source that has data like 123_AAA_1 which is Table1.Source minus the first 12 characters.
I have tried to do a Left(Table1.Source, 12) but I'm not sure exactly how to write the query. I'm actually trying to use another field from Table2 in a report with Table1 but I think I have to link them based on similar data.
Any help would be greatly appreciated.
Thanks.