H
heidi
Not sure if I should put this in forms or reports. But here it goes.
Form: frmRecommendationsProductSummary
controls:
1. ComboBox: cboLotnumber
2. Multiselect Listbox: lstAvailableBlocks
3. Text Boxes: txtStartDate and txtEndDate
3. Command Button: cmdPrint
Report: rptRecommendationsProductsNeeded based on query showing all
records
On the afterupdate of my cboLotnumber it requeries my
lstAvailableBlocks.
How do I filter the report with criteria from my combobox, textboxes
and multiple selections from my listbox. I have not done a filter
before where I combined the combobox and listbox for the filter. Do
now know where to begin to build the WHERE string.
Form: frmRecommendationsProductSummary
controls:
1. ComboBox: cboLotnumber
2. Multiselect Listbox: lstAvailableBlocks
3. Text Boxes: txtStartDate and txtEndDate
3. Command Button: cmdPrint
Report: rptRecommendationsProductsNeeded based on query showing all
records
On the afterupdate of my cboLotnumber it requeries my
lstAvailableBlocks.
How do I filter the report with criteria from my combobox, textboxes
and multiple selections from my listbox. I have not done a filter
before where I combined the combobox and listbox for the filter. Do
now know where to begin to build the WHERE string.