J
Joe
I have a table with a text field called LLDIS. The field
contains two data parts, a land lot (ll) and a district
(dis). I want to put the values for each part in a new
field for each.
For example, LLDIS field might contain "ll 123 dis 5"
or "ll 12 dis 13" or "ll 3 dis 6" and so on. I want to
take the numbers after the last 'l' but before the
letter 'd' and put them in a field called LANDLOT. And
everything after the 's' and put it in a field called
DISTRICT.
Any assistance would be appreciated.
contains two data parts, a land lot (ll) and a district
(dis). I want to put the values for each part in a new
field for each.
For example, LLDIS field might contain "ll 123 dis 5"
or "ll 12 dis 13" or "ll 3 dis 6" and so on. I want to
take the numbers after the last 'l' but before the
letter 'd' and put them in a field called LANDLOT. And
everything after the 's' and put it in a field called
DISTRICT.
Any assistance would be appreciated.