J
John F
I have several files that link to several different ODBC
sources. Many times when I make joins to match the data
the one database has different formats than another.
For instance, AccountNumber from database A might is
001234567 (text) and AccountNumber from database B is
1234567 (long integer).
Is there any "easy" way to reconcile this without
constantly creating interim tables?
Thanx!
John
sources. Many times when I make joins to match the data
the one database has different formats than another.
For instance, AccountNumber from database A might is
001234567 (text) and AccountNumber from database B is
1234567 (long integer).
Is there any "easy" way to reconcile this without
constantly creating interim tables?
Thanx!
John