Hi.
Way back when, it was decided that 3 fields' data should be merged into 1 saved field. - VendorName, ContractNbr, and TrngPrg into TrngInfo.
And, so, dynamically this was done through a form.
Now, we are leaving Access for a different package and I have been asked to deconstruct, if you will, each client's TrngInfo, back into it's original 3 parts.
The VendorName is only letters. The ContractNbr begins with 'W' followed by numbers and hyphens. And, TrngPrg is only Letters.
They exist in that order in each TrngInfo record.
Is there a way to separate them into their 3 component parts for each client?
(Note there is a ClientTable with the client's IDnumber related to a TrainingTable with the client's IDnumber and the TrngInfo field, among other fields.)
Any ideas?
Russ
Way back when, it was decided that 3 fields' data should be merged into 1 saved field. - VendorName, ContractNbr, and TrngPrg into TrngInfo.
And, so, dynamically this was done through a form.
Now, we are leaving Access for a different package and I have been asked to deconstruct, if you will, each client's TrngInfo, back into it's original 3 parts.
The VendorName is only letters. The ContractNbr begins with 'W' followed by numbers and hyphens. And, TrngPrg is only Letters.
They exist in that order in each TrngInfo record.
Is there a way to separate them into their 3 component parts for each client?
(Note there is a ClientTable with the client's IDnumber related to a TrainingTable with the client's IDnumber and the TrngInfo field, among other fields.)
Any ideas?
Russ