G
Guest
I need to split a name into strFirstName and strLastName. The field being
split is NewData. I copied the information below and it works nicely for
strFirstName but I don't know how to get the strLastName field. I'm not a
programmer and I was hoping to just replace InStr with InStrRev but nothing
is ever that easy. Can anyone help me? Thanks!
strFirstName = Mid([NewData], InStr([NewData], " "))
split is NewData. I copied the information below and it works nicely for
strFirstName but I don't know how to get the strLastName field. I'm not a
programmer and I was hoping to just replace InStr with InStrRev but nothing
is ever that easy. Can anyone help me? Thanks!
strFirstName = Mid([NewData], InStr([NewData], " "))