I am trying to modify a database. The only problem is that there's a column with numbers formatted as text in a couple of tables. In one table there are leading zeros, but not in the other table. So, the query isn't working correctly, I'm assuming because it doesn't find a match due to the zero problem. Is there a way to either remove the leading zeros from one table or add leading zeros to the other table(if you want the number to always have 14 digits)??
Thank you in advance for any help.
Thank you in advance for any help.