Rabu, 19 Oktober 2016

Re: [MS_AccessPros] Splitting Full Name

 

Asanteza-  

If all your records contain first name - space - last name, then you can do it in a query like this:

FirstName: Left([FullName], Instr([FullName], " ") - 1)

LastName: Mid([FullName], Instr([FullName], " ") + 1)

John Viescas, author
Effective SQL
SQL Queries for Mere Mortals
Microsoft Office Access 2010 Inside Out
Microsoft Office Access 2007 Inside Out
Building Access Applications

On Oct 19, 2016, at 16:38, asanteza@gmail.com [MS_Access_Professionals] <MS_Access_Professionals@yahoogroups.com> wrote:

I have been doing this task with Excel but wondering if Access can't do it automatically. I wish to split Full names like "James Asante" into two fields, First Name and Last Name.

Please help.

__._,_.___

Posted by: John Viescas <johnv@msn.com>
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (2)

Have you tried the highest rated email app?
With 4.5 stars in iTunes, the Yahoo Mail app is the highest rated email app on the market. What are you waiting for? Now you can access all your inboxes (Gmail, Outlook, AOL and more) in one place. Never delete an email again with 1000GB of free cloud storage.


.

__,_._,___

Tidak ada komentar:

Posting Komentar