I'm stumped. I have a .txt file that has a list of info:
First Name
Last Name
Address 1
Address 2 (if needed)
City
State
Zip Code
Expiration Date
Type of License
License Number
Each record may be 8 or 9 fields wide depending on if a 2nd address is needed. I can import the data to 1 long field; but I can't figure out how to move the data the their proper fields after I create them. Am I missing something simple or is this a programmers nightmare. A portion of the list is shown below. The first record requires 8 lines and the 2nd record needs 9 lines.
MARK A Cornholder
5400 PARK HEIGHTS AVE
Ballyhigh
MD
21235
2006-07-26
MASTER BARBER
16537
KWABENA A Wiggles
2505 WEST DERE
APARTMENT 1
Ballyhigh
MD
21280
2006-08-24
BARBER
211360
Thank you,
Brianjay
First Name
Last Name
Address 1
Address 2 (if needed)
City
State
Zip Code
Expiration Date
Type of License
License Number
Each record may be 8 or 9 fields wide depending on if a 2nd address is needed. I can import the data to 1 long field; but I can't figure out how to move the data the their proper fields after I create them. Am I missing something simple or is this a programmers nightmare. A portion of the list is shown below. The first record requires 8 lines and the 2nd record needs 9 lines.
MARK A Cornholder
5400 PARK HEIGHTS AVE
Ballyhigh
MD
21235
2006-07-26
MASTER BARBER
16537
KWABENA A Wiggles
2505 WEST DERE
APARTMENT 1
Ballyhigh
MD
21280
2006-08-24
BARBER
211360
Thank you,
Brianjay