T
Tony in Michigan
I want to compare two tables, in order to update fields in either table. The
fields that I am matching on are text.
Table 1 field key_num
xxx-1234567-8_nn
Table 2 field key_num
xxx12345678
How can I parse out the hyphens and the _nn portion, so I can match on the
fields?
fields that I am matching on are text.
Table 1 field key_num
xxx-1234567-8_nn
Table 2 field key_num
xxx12345678
How can I parse out the hyphens and the _nn portion, so I can match on the
fields?