Hello All,
I need help dividing data from 1 field in a table to several fields.
The field contains several access codes that are only separated by an MS Access line break - chr(10). The data can consist of numbers and letters and is not any set length.
Example:
T10810
ST123008001
ST05900103
Right now all are in the same field but I need to break it into 3 different fields on the same table so that the related table containing the access codes can read them individually.
Example:
Access Code 1: T10810
Access Code 2: ST123008001
Access Code 3: ST05900103
I would greatly appreciate any tips on how to do this.
Thanks,
Melanie
I need help dividing data from 1 field in a table to several fields.
The field contains several access codes that are only separated by an MS Access line break - chr(10). The data can consist of numbers and letters and is not any set length.
Example:
T10810
ST123008001
ST05900103
Right now all are in the same field but I need to break it into 3 different fields on the same table so that the related table containing the access codes can read them individually.
Example:
Access Code 1: T10810
Access Code 2: ST123008001
Access Code 3: ST05900103
I would greatly appreciate any tips on how to do this.
Thanks,
Melanie