W
Wm
I have a table with a name column that contains last, first middle. I have
used Left$([Name],InStr(1,[Name],",")-1) to pull the last name and it works
good. I am having trouuble pulling the first name only. Any suggestions?
Wm
used Left$([Name],InStr(1,[Name],",")-1) to pull the last name and it works
good. I am having trouuble pulling the first name only. Any suggestions?
Wm