Table A has a column with a 10 digit number, Table B has the begining six of that 10 digit number...
I want to run a query based on the six digits pulling out all that are similiar in 10 digit form from Table A...can I join those fields somehow? I have no other field where I could join the tables and I want to avoid adding a new column to table A, where i copy the first 6 - just so i can match up.
Appreciate your help.
Thank you!
I want to run a query based on the six digits pulling out all that are similiar in 10 digit form from Table A...can I join those fields somehow? I have no other field where I could join the tables and I want to avoid adding a new column to table A, where i copy the first 6 - just so i can match up.
Appreciate your help.
Thank you!