I have extracted data from a Lotus application to a word file. There are 19 fields that I want to pull out and put into an Access database. The information is structured as follows:
FirstName: 1x
Mid_Init: y
Address1:mmmmm
Address2: kkkkkkk
City: Chicago
State: IL
Zip: 33333
Alt_Address1:
etc.
Then the list repeats with the next contact.
I want to use the first part of the info as the header (ie "FirstName" and "Address1" with the right side of the : as the data. Is there a utility and an easy process to do this? I have about 1000 records to convert.
FirstName: 1x
Mid_Init: y
Address1:mmmmm
Address2: kkkkkkk
City: Chicago
State: IL
Zip: 33333
Alt_Address1:
etc.
Then the list repeats with the next contact.
I want to use the first part of the info as the header (ie "FirstName" and "Address1" with the right side of the : as the data. Is there a utility and an easy process to do this? I have about 1000 records to convert.