Hi,
I am trying to join together a number of tables based on part number, where one of the tables the part number is embedded in a string in the field. ie PartNo RLT551A joined to 1234_RLT551a.
I have googled and found the concept of a SELECT * FROM table a JOIN Table b on b.column LIKE '%' + a.column + '%'. I know this nomenclature is not what's used for ACCESS so I tried a few variants but can't get it to work. Is it available for access?
If not, does anyone have any ideas how I can do this? I have tried doing it on cascading queries, but that doesn't work for me as I need the resultant records to be updatable and I think because it's a query based on a query it doesn't know the table details for the fields to be updated.
My only other alternative is to add the partNo (ie RLT551) to the orderpartno (1234_RLT551a) table, which would be very bad database practice.
Any help would be great.
Thanks
I am trying to join together a number of tables based on part number, where one of the tables the part number is embedded in a string in the field. ie PartNo RLT551A joined to 1234_RLT551a.
I have googled and found the concept of a SELECT * FROM table a JOIN Table b on b.column LIKE '%' + a.column + '%'. I know this nomenclature is not what's used for ACCESS so I tried a few variants but can't get it to work. Is it available for access?
If not, does anyone have any ideas how I can do this? I have tried doing it on cascading queries, but that doesn't work for me as I need the resultant records to be updatable and I think because it's a query based on a query it doesn't know the table details for the fields to be updated.
My only other alternative is to add the partNo (ie RLT551) to the orderpartno (1234_RLT551a) table, which would be very bad database practice.
Any help would be great.
Thanks