Split First/Last Name

  • Thread starter Thread starter Shannon
  • Start date Start date
S

Shannon

How can I split an old field that was first and last name
to be in two fields: FirstName and LastName? They are
only separated by a space.
 
In VB Help, check out the Left(), Mid() and InStr() functions.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top