Results 1 to 2 of 2
  1. #1
    Ruegen's Avatar
    Ruegen is offline VIP
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jul 2013
    Location
    Australia
    Posts
    1,496

    Multiple columns filter results

    I have a table with multiple name columns - name1, name2, name3

    is it possible to construct a list of those names into one column



    ie.e
    ID Name
    3 sam jones(name1)
    2 sam (name2)
    17 sam smith (name3)

    and then filter that constructed list through an unbound text box?

    note: so far I am using a drop down that changes the record source to allow me to requery the list with the different column as the filtered name column - so when you change it to name2 then all the column shows is name2 columns, then filter that.

  2. #2
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows 7 64bit Access 2010 32bit
    Join Date
    Aug 2013
    Posts
    7,862
    I am not sure I follow what is in your note. As for the first part of your post, yes. I do it often for grouping in reports. Really, it is fairly simple. Create an alias in a SELECT query that concatenates the multiple fields.

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

Similar Threads

  1. Show Query Results in 3 Columns
    By WickidWe in forum Reports
    Replies: 6
    Last Post: 12-22-2013, 03:50 PM
  2. Replies: 5
    Last Post: 05-21-2013, 02:21 PM
  3. Replies: 1
    Last Post: 08-16-2012, 01:51 PM
  4. Replies: 6
    Last Post: 05-12-2012, 03:13 AM
  5. Filter a table's columns
    By e.badin in forum Programming
    Replies: 3
    Last Post: 04-20-2011, 09:53 AM

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