R
rich575
The string has been imported into one field from a csv file. A sample of the
string is:
First Name: Mike, Last Name: Harris, Address: 65 Main St.
First Name: Richard, Last Name: Smith, Address: 107 Washington Ave.
Goals:
1. Pull out each type of information into a separate field (First Name
field, Last Name field, etc.)
2. Eliminate the field labels from the data, (i.e. First Name:, Last Name:,
etc.)
Some of the difficulties are that the fields lengths each have a different
number of characters, so the Left() or Right() function can't be used.
Is there a way to pull a partial string out, like just the Last Name field
label and field value, or ideally just the field value?
Thanks,
rich575(removethis)@aol.com
string is:
First Name: Mike, Last Name: Harris, Address: 65 Main St.
First Name: Richard, Last Name: Smith, Address: 107 Washington Ave.
Goals:
1. Pull out each type of information into a separate field (First Name
field, Last Name field, etc.)
2. Eliminate the field labels from the data, (i.e. First Name:, Last Name:,
etc.)
Some of the difficulties are that the fields lengths each have a different
number of characters, so the Left() or Right() function can't be used.
Is there a way to pull a partial string out, like just the Last Name field
label and field value, or ideally just the field value?
Thanks,
rich575(removethis)@aol.com