I am trying to lookup a value in a table based on a calculated key.
Example: I have several parts in a table, some of these parts have a specific suffix (-SP) I want to lookup the same part in a table without the -SP.
Part Value Calculated Key
12345-SP 12345
22233-SP 22233
34555-SP 34555
With the calculated key I want to lookup a value in another table.
I'm probably missing the obvious... I would like to do it in a query as I can't alter the table definitions. I have tried Dlookup without success.
Any help would be greatly appreciated.
Example: I have several parts in a table, some of these parts have a specific suffix (-SP) I want to lookup the same part in a table without the -SP.
Part Value Calculated Key
12345-SP 12345
22233-SP 22233
34555-SP 34555
With the calculated key I want to lookup a value in another table.
I'm probably missing the obvious... I would like to do it in a query as I can't alter the table definitions. I have tried Dlookup without success.
Any help would be greatly appreciated.