Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Queries / August 2006

Tip: Looking for answers? Try searching our database.

Merge Name Fields

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
David Plotts - 07 Aug 2006 20:52 GMT
I currently have 2 fields, First_Name and Last_Name.  How do I merge them in
a query into one field?

Thanks
Duane Hookom - 07 Aug 2006 21:00 GMT
Create a new column in your query:

FullName: First_Name & " " & Last_Name

Signature

Duane Hookom
MS Access MVP

>I currently have 2 fields, First_Name and Last_Name.  How do I merge them
>in a query into one field?
>
> Thanks
guido - 07 Aug 2006 21:07 GMT
Something like this:
Emp_Name:[MY_TABLE]![First_Name] & " " & [MY_TABLE]![Last_Name]
You can use the expression builder to put the formula into the query field.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.