M
msnews.microsoft.com
I need to compare data from fields in two tables. The data is numeric how
ever in table one a letter can appear at the beginning of the data in some
of the records but not all. Table two is all numeric. I need to update
data in another field inn Table 2 based on the record matching a record from
Table 1 based on the numeric data only.
Example
Table 1 Table 2
A123456 = 123456
Z456890 = 456890
How can I match them in a query and ingnore the letter?
Jeff Byrd
ever in table one a letter can appear at the beginning of the data in some
of the records but not all. Table two is all numeric. I need to update
data in another field inn Table 2 based on the record matching a record from
Table 1 based on the numeric data only.
Example
Table 1 Table 2
A123456 = 123456
Z456890 = 456890
How can I match them in a query and ingnore the letter?
Jeff Byrd