jamescsmith.128
New member
- Local time
- Today, 06:50
- Joined
- Aug 10, 2011
- Messages
- 9
Good Morning,
I am new to programming and have been tasked with a last minute design that I have to get implemented ASAP. I was guided toward the use of a "Regular Expression" but not sure how to code what I need in Access VBA. Basically what I need is an expression that will look at a string of numbers: (all on one line)
ex: N01PHRNS1BDH01VJames Smith B2LDAF00AMN ME01B99IBABOEA
and have access pull the Last name (Smith) and the first name (James), and then either format it in another field as (Smith, James) or insert the last name into a particalar field and the first name into another field.
If there is anyone out there who could assist it would be greatly appreciated.
I am new to programming and have been tasked with a last minute design that I have to get implemented ASAP. I was guided toward the use of a "Regular Expression" but not sure how to code what I need in Access VBA. Basically what I need is an expression that will look at a string of numbers: (all on one line)
ex: N01PHRNS1BDH01VJames Smith B2LDAF00AMN ME01B99IBABOEA
and have access pull the Last name (Smith) and the first name (James), and then either format it in another field as (Smith, James) or insert the last name into a particalar field and the first name into another field.
If there is anyone out there who could assist it would be greatly appreciated.