Results 1 to 6 of 6
  1. #1
    khughes46 is offline Competent Performer
    Windows 8 Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Grapevine, TX
    Posts
    231

    Getting 1 report for each selection in a multi-selection combo box

    I have a multi-selection combo box that give the user an option to select up to 4 reasons for a meeting. When I created the report I get a separate report for each purpose selected. How do I get all the selections on one report? Is that possible? Thanks.

  2. #2
    orange's Avatar
    orange is offline Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,722
    It seems you have the Open Report instructions within the loop whereby the user makes selections from the combo box. If this is so, you probably want to keep all the user selections, then do the Open Report (outside the loop to get user choices).

  3. #3
    khughes46 is offline Competent Performer
    Windows 8 Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Grapevine, TX
    Posts
    231
    I am thoroughly confused by this explanation. In the table there is a field defined as a combo box that allows for the user to select more than 1 option. THis table is used for a form that works just fine. Once the item in the table is updated a report is needed. The form is closed, nothing is open except the report (using a query from 2 sources, but nothing that wasn't on the form). When I do a print preview I am expecting three reports, 1 for each record that was updated, and there are only these three records in my table. On record has selected 1 option, the next 2 options, and the last three options. I am getting 6 reports instead of 3; one for each option selected. I want just 3 reports. This is my first venture with a multi-selection combo box.

  4. #4
    orange's Avatar
    orange is offline Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,722
    In the table there is a field defined as a combo box
    see this

    Further, There is no such thing as a multi-select ComboBox in Access, as far as I know.

    The MultiSelect property is only available for a ListBox control.

    The premise of my response was that you were using a loop in vba - you weren't, so you can ignore my previous response.

  5. #5
    khughes46 is offline Competent Performer
    Windows 8 Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Grapevine, TX
    Posts
    231
    According to Access: the Display Control Combo Box, the Row Source Type is Table/Query and the Row Source is SELECT [Meeting Purpose].[Purpose] FROM [Meeting Purpose];. The field is named Meeting Purpose. After building this I get another Acces generated field named Meeting Purpose.Value, which seems to hold the values selected. I read the article and what I got was that a report based on the lookup may run slower, this report is not based on the lookup, it just includes it.

  6. #6
    khughes46 is offline Competent Performer
    Windows 8 Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Grapevine, TX
    Posts
    231
    I changed the combo box to a list box and that works much better. Thanks to all who replied.

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

Similar Threads

  1. Multi Selection Box User submitted Values
    By LordPanzer in forum Access
    Replies: 3
    Last Post: 09-30-2013, 01:32 PM
  2. Multi-selection from list box to reports
    By SgtSaunders69 in forum Forms
    Replies: 3
    Last Post: 03-02-2012, 09:56 AM
  3. Replies: 1
    Last Post: 09-21-2011, 03:21 AM
  4. Multi-Selection Option?
    By jlclark4 in forum Forms
    Replies: 4
    Last Post: 12-15-2010, 08:23 AM
  5. Replies: 1
    Last Post: 03-09-2006, 12:12 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