J
Jeanne S
I have imported data into a database that has the Last Name, First Name M in
one field and I want to seperate them in a query. I have used the following
for the Last Name and that works but I can't figure out how to get the First
Name with No Middle Initial. Please help.
Last Name: Left([Emp Name],InStr(1,[Emp Name],",")-1)
one field and I want to seperate them in a query. I have used the following
for the Last Name and that works but I can't figure out how to get the First
Name with No Middle Initial. Please help.
Last Name: Left([Emp Name],InStr(1,[Emp Name],",")-1)