Results 1 to 4 of 4
  1. #1
    GeorgeM is offline Novice
    Windows 7 64bit Access 2010 32bit
    Join Date
    Mar 2018
    Posts
    1

    Query to merge two fields into one

    Hello everyone. I am new on this forum so let me pop my first question. As per picture below, I need a query to result in merged two fields into one.



    Thanks for your assistance.
    Click image for larger version. 

Name:	001.png 
Views:	19 
Size:	16.8 KB 
ID:	33053

  2. #2
    vazdajic is offline Advanced Beginner
    Windows 7 64bit Access 2010 64bit
    Join Date
    Feb 2016
    Posts
    95
    Hi George.

    You can go like this:

    Full Name: [User Name] & " " & [User Last Name]

  3. #3
    ssanfu is offline Master of Nothing
    Windows 7 32bit Access 2010 32bit
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    Also advise to NOT use spaces in object names (field, table, query, form or report names)
    Use "CamelBack" or, if you must separate the words, use the underscore.

    "User Last Name" would be "UserLastName" or "User_Last_Name"

  4. #4
    Micron is offline Very Inert Person
    Windows 10 Access 2016
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    13,423
    This won't be an append or update query, I hope, because putting multiple data values in one table field isn't proper normalization.

    Expect your db to rapidly swell in size if you have a lot of attachments in your tables (or fewer than a lot if they're large ones).
    The more we hear silence, the more we begin to think about our value in this universe.
    Paraphrase of Professor Brian Cox.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Merge fields not showing any data
    By Abacus1234 in forum Queries
    Replies: 9
    Last Post: 06-14-2017, 12:54 PM
  2. merge two fields at one in report
    By msasan1367 in forum Access
    Replies: 4
    Last Post: 03-30-2013, 02:00 AM
  3. Merge fields (not concatenate)
    By sberti in forum Access
    Replies: 2
    Last Post: 11-30-2012, 12:53 AM
  4. merge two fields in access? how to ?
    By vivah in forum Queries
    Replies: 6
    Last Post: 07-23-2012, 10:02 AM
  5. Merge two fields
    By daviddoria in forum Access
    Replies: 0
    Last Post: 01-31-2009, 09:12 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums