ibanezGuitars
Programmer
I've got an old Metafile database (don't ask) in which the original author stored client's first and last names together in the same field (Name) separated by a space.
Smith Joe
Jones Mary
I can handle the Mid() function to place the substrings of the first and last names into two separate fields but what function would I use to identify in which position the space between the names occurs?
Thanks For Your Time,
Dave