roxannep
Technical User
- Jun 20, 2000
- 69
I need to split out some data in one field and have it pasted into separate fields.
Example:
Fields: NAME, FIRSTNAME, LASTNAME
NAME: Bob Jones
needs to split out:
FIRSTNAME: Bob
LASTNAME: Jones
and empty the NAME field.
In some cases, middle initials are included so how to handle those would also be helpful (they can either be dropped or included in the FIRSTNAME field).
I'm pretty much a novice at programming, so if there is a way to handle this in an append query or something, that would be most helpful. But if it needs to be coded, please be specific.
Example:
Fields: NAME, FIRSTNAME, LASTNAME
NAME: Bob Jones
needs to split out:
FIRSTNAME: Bob
LASTNAME: Jones
and empty the NAME field.
In some cases, middle initials are included so how to handle those would also be helpful (they can either be dropped or included in the FIRSTNAME field).
I'm pretty much a novice at programming, so if there is a way to handle this in an append query or something, that would be most helpful. But if it needs to be coded, please be specific.