How do I get Christian Name and Surname separated?

  • Thread starter Thread starter John O'Gorman
  • Start date Start date
J

John O'Gorman

I have a Database with all the names as
"Christian Name Surname". How do I separate these into
two fields?

Many Thanks

John O'Gorman
 
Check out the Mid, Left, Right, InStr, and InStrRev functions. They are
commonly used functions to parse text strings.
 
Back
Top