Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2006
    Posts
    23

    How can I handle the multi selection values of a list box

    How can I handle the multi selection values of a list box in a query? :?:

  2. #2
    StepUP is offline Advanced Beginner
    Windows 7 64bit Access 2000
    Join Date
    Dec 2005
    Posts
    99
    One way to do this is create a temporary table that will have the key value of the selected field with a "Select" field (Yes/No).

    After some action (say a button click) write some code that will update the Select field with all the choices from the list box. Then in your query, join the field to the temp table and have a condition of "True" for the Select field.

    Note: If its a multi user database, the temp table should reside on each user's hard drive rather than on a network drive, to avoid selection conflicts.

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

Similar Threads

  1. Replies: 2
    Last Post: 05-29-2014, 09:58 PM
  2. Data selection
    By cesander in forum Forms
    Replies: 0
    Last Post: 09-18-2008, 02:24 PM
  3. Multi Users on shared drive
    By wallen in forum Access
    Replies: 0
    Last Post: 08-25-2008, 08:57 AM
  4. Multi Page Forms?
    By Simon Sweet in forum Forms
    Replies: 0
    Last Post: 03-05-2008, 04:01 PM
  5. Replies: 0
    Last Post: 02-09-2007, 09:20 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