S
Stewart
I was wondering if there was a way to remove certain criteria from a select
query. My form contains three combo boxes (cboTrailNumber, cboPriority, and
cboCause), and a button that opens a report. My query contains criteria for
each combo box (i.e. Criteria: [Forms]![frmSS]![cboTrailNumber] for the
TrailNumber field). The report should show only those records that match the
criteria selected in the combo boxes, but the problem is you MUST select a
value for ALL combo boxes, trail number, priority, and cause. For example, I
want to be able to display all records with Trail Number "1" and Priority
"EM" without having to enter Cause; or just search for Priority "H". Please
help me eliminate the unwanted Criteria.
query. My form contains three combo boxes (cboTrailNumber, cboPriority, and
cboCause), and a button that opens a report. My query contains criteria for
each combo box (i.e. Criteria: [Forms]![frmSS]![cboTrailNumber] for the
TrailNumber field). The report should show only those records that match the
criteria selected in the combo boxes, but the problem is you MUST select a
value for ALL combo boxes, trail number, priority, and cause. For example, I
want to be able to display all records with Trail Number "1" and Priority
"EM" without having to enter Cause; or just search for Priority "H". Please
help me eliminate the unwanted Criteria.