P
Prism695
Guest
I have been looking for code to allow me to modify a [LastName] field. I need to:
* check that it is the same as the last name portion of a [FullName] field (if not, parse out the last name and suffix fields of the [FullName] field)
* capitalize the second part of a hyphenated name
* capitalize a suffix appropriately, if it exists (using either constants or a lookup table)
Thanks in advance!
* check that it is the same as the last name portion of a [FullName] field (if not, parse out the last name and suffix fields of the [FullName] field)
* capitalize the second part of a hyphenated name
* capitalize a suffix appropriately, if it exists (using either constants or a lookup table)
Thanks in advance!