J
JonMulder
I'm looking for code to can parse a full name into its individual
components. I have found an example in a good book (Beginning Access 97 by
Smith and Sussman) so am familiar with the general basics of parsing a string.
The Outlook software does a great job of parsing fairly complicated
strings. For example, it breaks "John and Mary Smith" into:
First name: John and Mary
Last name: Smith
In addition, I want to include "Trustees" as an acceptable suffix. (That
should be fairly easy to do, I think.)
Can anyone point me to some code to emulates the Outlook functionality of
parsing a name?
Thanks,
Jonathan Mulder, Red Bluff, CA
components. I have found an example in a good book (Beginning Access 97 by
Smith and Sussman) so am familiar with the general basics of parsing a string.
The Outlook software does a great job of parsing fairly complicated
strings. For example, it breaks "John and Mary Smith" into:
First name: John and Mary
Last name: Smith
In addition, I want to include "Trustees" as an acceptable suffix. (That
should be fairly easy to do, I think.)
Can anyone point me to some code to emulates the Outlook functionality of
parsing a name?
Thanks,
Jonathan Mulder, Red Bluff, CA