R
robinrd
I am trying to run a query between 2 tables based on an account number. The
problem I am having is that in one table, the account number is listed as
###-####, where as in the other, the account number is simple a string of 7
numbers. How do I either remove the dash in the first table or run a query
that will allow me to match the 2 account numbers even though they are in
different forms.
I also need to match 2 other tables on account numbers. The problem here is
that one field reads, for example, "C 123 4567 2.50 01/10/2007" where as
the other reads 1234567. I need to mathc the 123 4567 with the 1234567.
Any help would be GREATLY appreciated!
problem I am having is that in one table, the account number is listed as
###-####, where as in the other, the account number is simple a string of 7
numbers. How do I either remove the dash in the first table or run a query
that will allow me to match the 2 account numbers even though they are in
different forms.
I also need to match 2 other tables on account numbers. The problem here is
that one field reads, for example, "C 123 4567 2.50 01/10/2007" where as
the other reads 1234567. I need to mathc the 123 4567 with the 1234567.
Any help would be GREATLY appreciated!