G Gary Hull Apr 30, 2006 #1 I would like to be able to use a combo box on a form to filter a report Thanks Gary
D Duane Hookom Apr 30, 2006 #2 Set the criteria in your query (report's record source) to something like: [Forms]![frmYourFormName]![cboYourComboName] The form must be open prior to opening your report.
Set the criteria in your query (report's record source) to something like: [Forms]![frmYourFormName]![cboYourComboName] The form must be open prior to opening your report.