B
Bobby Bosxo
After looking at the MID function I had one of those
moments when reality took over. I got it working and just
in case someone else needs it...
Lastname: Mid$([IDWFullName],(InStr(1,[IDWFullName],". ")
+2),((InStrRev([idwfullname],",",-1)-(InStr(1,
[IDWFullName],". ")+2))))
moments when reality took over. I got it working and just
in case someone else needs it...
Lastname: Mid$([IDWFullName],(InStr(1,[IDWFullName],". ")
+2),((InStrRev([idwfullname],",",-1)-(InStr(1,
[IDWFullName],". ")+2))))