That all depends.
If the present full name field is exactly like this (comma separated):
Smith, John
Van Buren, Martin
Then you can use
LastName:Left([FullName],InStr([FullName],",")-1)
[FirstName:Mid([FullName],InStr([FullName],",")+2)
Is this occamplished through an update query? I need to do the same thing but am unclear of how to accomplish this, seems like a fairly common issue / mistake
BDP
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.