Basically I have one field in excel that I've imported into Access, called 'Name'. In it, looks like this:
Name
dover, ben
last, first
name, fake
etc....
Basically, it's last name, first name in the column. I want to separate them into two fields, one with first name and the other with last name with no comma. Is this possible to do in Access (without the help from a programming language, like .NET)
I want:
Last Name First Name
Dover Ben
Last First
Name Fake
Thanks.
Name
dover, ben
last, first
name, fake
etc....
Basically, it's last name, first name in the column. I want to separate them into two fields, one with first name and the other with last name with no comma. Is this possible to do in Access (without the help from a programming language, like .NET)
I want:
Last Name First Name
Dover Ben
Last First
Name Fake
Thanks.