I have 2 tables with 1 field each
the filed of the fist table has a 3 digit number stored as text
and the field of the second table has a 6 digit number stored as text
I'd like to select each 6 digit number where the first 3 digits match
the field in the first table
I'm not sure If I can use the "LIKE"