Results 1 to 6 of 6
  1. #1
    finsmith is offline Novice
    Windows XP Access 2010 32bit
    Join Date
    Dec 2012
    Posts
    27

    Populating a table using combo box, multiple selections

    I found this in another thread. it is similar to what I am looking for.
    https://www.accessforums.net/program...tton-5441.html

    I may be doing it incorrectly. But if it is possible to have a drop down box, selecting the item, hitting next (for the next item, not record) and then using sql or concat to join all the items together in a query.



    I might be going about this wrong, I should probably be using a list box. again, storing multiple selections in the same field, for 1 record. is this possible?

    thanks again.
    (new access user)

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,602
    You can have multi-value fields but I never use them. And that won't really help you for filtering the records.

    Yes, use an unbound listbox to select multiple filter criteria. Review: http://allenbrowne.com/ser-50.html
    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.

  3. #3
    finsmith is offline Novice
    Windows XP Access 2010 32bit
    Join Date
    Dec 2012
    Posts
    27
    MultiSelect.zip

    I really dont care about having it filtering the records, I just want it to say, ok these three selections correspond with this record.
    and then print the record ina query.
    I was having trouble printing the query. I have this as an example. again new to access vb code

    thanks.

  4. #4
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,602
    So what is the issue? The db you provided works. The report opens only with employees selected in the listbox.
    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.

  5. #5
    finsmith is offline Novice
    Windows XP Access 2010 32bit
    Join Date
    Dec 2012
    Posts
    27
    trying to propagate it into a query...

  6. #6
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,602
    Don't understand. The report in the db is working. The filtering takes place so it is 'propagated'.
    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. Replies: 2
    Last Post: 06-19-2012, 08:30 AM
  2. Populating table from combo box
    By mcguires99 in forum Forms
    Replies: 4
    Last Post: 12-13-2011, 09:48 AM
  3. Replies: 1
    Last Post: 08-13-2011, 12:03 AM
  4. Replies: 2
    Last Post: 05-27-2011, 08:12 AM
  5. Replies: 1
    Last Post: 03-02-2009, 11:54 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