Either a "," (comma) or a " " (space)? Does that mean you have "Doe, John"
and "John Doe"? And what do you want to do with something like "John Doe,
Jr."?
In addition to Douglas' suggestion, and depending on how new a version of
Access you are using, take a look at the Split() function (but this requires
you to be explicit about the "separator" character).
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=7750
Good luck!
Jeff Boyce
"iholder" wrote in message
news:473477D8-8FD4-4217-9565-3FD0C9989477@microsoft.com...
>I have a name field that contains the First and Last Name together. What
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=7750
> function can I use to parsing the First and Last Name. The names are
> separated with a "," or a space " ".