how to get the last name from a full name field

qwang1115

Registered User.
Local time
Today, 06:12
Joined
Oct 24, 2008
Messages
14
I have a field called Full Name and data looks like this:

Mary Smith
Mary S. Smith
Mary S Smith

I only need the last name. Please give me some hints. Thanks!
 
Try the Mid() function with the InStrRev() function inside that to find the position of the last space.
 
Try the Mid() function with the InStrRev() function inside that to find the position of the last space.

Thanks you so much for your help!
 

Users who are viewing this thread

Back
Top Bottom