I'm having a brain fart righ now. I can only do this to extract the First Name, but I also get the Middle Initial. I need something to only extract the First Name. Please Help. This is my formula so far.
Formula: (Used in a Query)
FName: Mid([FullName],InStr([FullName]," ")+1)
Formula: (Used in a Query)
FName: Mid([FullName],InStr([FullName]," ")+1)