I need to create a find unmatched query to weed out duplicate records from 2 tables.
I need to use a confirmation number field that is common to both tables.
However in table A, there are leading zeros, e.g.
0000004139
0000018763
In Table B there are no leading zeros, e.g.
4139
18763
Can I use Trim to get rid of the leading zeros? If so, some sample code would be greatly appreciated!
Thanks!
I need to use a confirmation number field that is common to both tables.
However in table A, there are leading zeros, e.g.
0000004139
0000018763
In Table B there are no leading zeros, e.g.
4139
18763
Can I use Trim to get rid of the leading zeros? If so, some sample code would be greatly appreciated!
Thanks!