I'm having a brain fart righ now. I can only do this to extract the LastName and First Name, but I also get the Middle Initial from the first name. I need something to only extract the First Name. Please Help. This is my formula so far.
This is the field I need to extract from:
LastName, FirstName MI
Formula: (Used in a Query)gets the firstname and MI
FName: Mid([FullName],InStr([FullName]," ")+1)
I need only the FirstName, but it would be nice if it sees the MI to insert it into a MI field.
This is the field I need to extract from:
LastName, FirstName MI
Formula: (Used in a Query)gets the firstname and MI
FName: Mid([FullName],InStr([FullName]," ")+1)
I need only the FirstName, but it would be nice if it sees the MI to insert it into a MI field.