Results 1 to 2 of 2
  1. #1
    ronchetc is offline Novice
    Windows XP Access 2003
    Join Date
    May 2011
    Posts
    1

    Multiple field results

    I am trying to build a query where I get results for a mutiple fields in a single field. As an example, I want to build a query called "Service", but I want to get results in a single column from the fields of "Service 1", "Service 2", etc. Is this possible??? If so, how?



    Field 1 l "Service 1" l "Service 2" l "Service 3" l Field 4, etc.

  2. #2
    ajetrumpet is offline VIP
    Windows Vista Access 2007
    Join Date
    Mar 2010
    Location
    N/A
    Posts
    2,694
    use the concatenation operator:

    [field1] & "|" & [field2]

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

Similar Threads

  1. Iff with multiple results?
    By monkeyman in forum Queries
    Replies: 1
    Last Post: 05-19-2011, 02:27 PM
  2. Replies: 1
    Last Post: 02-18-2011, 01:40 AM
  3. Replies: 0
    Last Post: 02-12-2011, 01:36 PM
  4. Replies: 1
    Last Post: 02-02-2010, 07:19 AM
  5. Multiple Query Results Sorted Together
    By Rawb in forum Reports
    Replies: 1
    Last Post: 12-10-2009, 04:05 PM

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