I have a table with serial numbers. EG.
H5405662350
H1250804454
A3514558452
Then I have a reference table that has 2 fields:
Model_Number
Prefix
model x H540
model y A351
The prefix has the first 3 or 4 characters of the serial number field.
I’m trying to create a query that will show the serial number and the model number. I think I need to do a sub-query and have been playing with that, but I can’t get the results I want.
Can anyone help?
Thanks