J
Jen
I have a fields in a two tables that contain mixed information
Table 1 Field A Table 2 Field A
ABC123 ABC123/1234
DE126 DE126/1245
There in not always the same number of letters and numbers
I want to split the field so to speak in a query ie.
Table 1 Field A Field B Field C
ABC123 ABC 123
DE126 DE 126
Table 2 Field A Field B Field C Field D
ABC123 ABC 123 1234
DE126 DE 126 1245
How can I do this?
Table 1 Field A Table 2 Field A
ABC123 ABC123/1234
DE126 DE126/1245
There in not always the same number of letters and numbers
I want to split the field so to speak in a query ie.
Table 1 Field A Field B Field C
ABC123 ABC 123
DE126 DE 126
Table 2 Field A Field B Field C Field D
ABC123 ABC 123 1234
DE126 DE 126 1245
How can I do this?