Results 1 to 3 of 3
  1. #1
    Subwind is offline Can Only Learn
    Windows XP Access 2010 32bit
    Join Date
    May 2012
    Location
    Portsmouth, UK
    Posts
    61

    Multi Select List Box Trouble

    I have written a small database to help with planning on a web game.

    Click image for larger version. 

Name:	imgListBoxExample.png 
Views:	32 
Size:	52.6 KB 
ID:	7836

    What I am after is a code to allow more than 1 selection per list box.

    Ally Tribe Selection filters both Ally Continent Selection and Ally Player Selection (same as the enemy boxes).

    Because of the amount of data in the front end tables, these are then used to create a new table with only the filtered data, to the run the calcs.

    Would anyone be able to maybe take a look and/or advise me on the best way to filter the list boxes?



    I did manage to get a working multi select option, which passed the selections to a text box fine, but failed when passing to the make table query.

    ~Matt

  2. #2
    June7's Avatar
    June7 is online now VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    I would suggest not creating new table each time, just deleting records from existing table and repopulating with new records from the listbox selections.
    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
    Subwind is offline Can Only Learn
    Windows XP Access 2010 32bit
    Join Date
    May 2012
    Location
    Portsmouth, UK
    Posts
    61
    I have a working code for this now. And it filters the other list boxes too. I shall post the code in here later.

    ~Matt

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

Similar Threads

  1. Several fields vs multi-select list vs other?
    By DarthZ in forum Database Design
    Replies: 1
    Last Post: 02-15-2012, 10:28 AM
  2. Turn a list into a Multi select combo box
    By seth1685 in forum Programming
    Replies: 1
    Last Post: 01-11-2012, 07:52 AM
  3. Multi select list box
    By foxtet in forum Forms
    Replies: 1
    Last Post: 05-30-2011, 02:13 PM
  4. Replies: 1
    Last Post: 10-22-2010, 10:11 AM
  5. Multi-select List Boxes
    By Rawb in forum Programming
    Replies: 6
    Last Post: 09-21-2010, 09:02 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