jfgambit
Kinetic Card Dealer
- Local time
- Today, 22:12
- Joined
- Jul 18, 2002
- Messages
- 798
I have posted this problem before and looked through the past posts, but I still cannot seem to solve this problem, so I have attached a copy of the db for review by the Access Gurus.

My problem is this:
There are several combo boxes on a form (non of them are required) as well as a combo box where a user can select the Buyer IDs they are interested in getting data for. As they select the Buyer IDs a listbox is populated with the IDs. Upon selection of a date range (the Start Date and End Data are required) an unbound textbox is populated with each selected Buyer ID from the listbox (example: B51790 or B16210). If only one Buyer ID is selected the query works fine, if more than one is selected no data is returned.
I need the data to be returned to both the query (so that it can be exported) and to the subform so that the user can review the data before export.
*Notice how I limited the criteria in the query for each combo box, again all of them work until multiple Buyer IDs are selected.
**FYI the date range is between July 1 2002 - August 9 2002
Please, can anyone help???

My problem is this:
There are several combo boxes on a form (non of them are required) as well as a combo box where a user can select the Buyer IDs they are interested in getting data for. As they select the Buyer IDs a listbox is populated with the IDs. Upon selection of a date range (the Start Date and End Data are required) an unbound textbox is populated with each selected Buyer ID from the listbox (example: B51790 or B16210). If only one Buyer ID is selected the query works fine, if more than one is selected no data is returned.
I need the data to be returned to both the query (so that it can be exported) and to the subform so that the user can review the data before export.
*Notice how I limited the criteria in the query for each combo box, again all of them work until multiple Buyer IDs are selected.
**FYI the date range is between July 1 2002 - August 9 2002
Please, can anyone help???