HI,
I am writing a query which split fullname field into separate columns(firstname,middlename,lastname,title or suffix).
Here is my query so far and it seems to be working fine except for the ones with title or suffixes.
Query:
---------
SELECT Participants.[Full Name], GetNamePortion([Full...