Results 1 to 3 of 3
  1. #1
    FreshAirGirl is offline Novice
    Windows 7 64bit Access 2002
    Join Date
    Oct 2018
    Posts
    2

    Can I (and if so, how to) Concatenate Two Memo Fields in a Report

    I need to concatenate two memo fields to print in a report. I can easily do this with text and number fields but haven't been able to get it to work with memo files.
    Any help is appreciated.

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,550
    do this in the query (of the report):

    combined: [field1] & " " & [field2]

  3. #3
    June7's Avatar
    June7 is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,772
    "haven't been able to get it to work" means what - error message, wrong results, nothing happens? What have you tried?
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

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

Similar Threads

  1. How to concatenate 3 fields?
    By nicoboss in forum Access
    Replies: 9
    Last Post: 11-22-2017, 11:04 AM
  2. Replies: 4
    Last Post: 10-17-2016, 06:19 PM
  3. How to concatenate fields
    By aparnawangu in forum Access
    Replies: 1
    Last Post: 10-28-2015, 01:03 AM
  4. Concatenate two fields
    By buckwheat in forum Access
    Replies: 8
    Last Post: 06-28-2013, 07:06 AM
  5. Concatenate Fields
    By Njliven in forum Forms
    Replies: 9
    Last Post: 12-21-2012, 08:31 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