I need to parse data from one field into other fields.
I’ve attached a sample table exported to Excel, that has a hilighted, filtered column.
The value in the column [TempName] is an InStr value from the field [Name] in an Access table.
Name (attached sheet) has all data intact!
I want to parse it out to separate fields…
my approach:
I need to update all records that have a non-null value in [TempName] (I filtered out the non-nulls)
to update field [Next] to be the results of field [Next2] and parse everything after the hyphen out to field [office]
I know this is easier than I’m making it but It’s frustrating because, I can see it in my head but I can’t explain it.
Separate those with a last name from those with last name and office.
How can this be done?
Is this the best way to parse out data?