J
JPS
I am creating a query with tables received from a third party. I need to
join the tables on a field called Line_Number.
The field is defined as text in both tables.
However, one table has it with leading zeroes and the other does not
For example, Table1 displays 1 and Table2 displays 001
The join does not work in this situation.
join the tables on a field called Line_Number.
The field is defined as text in both tables.
However, one table has it with leading zeroes and the other does not
For example, Table1 displays 1 and Table2 displays 001
The join does not work in this situation.