P
programmingrookie
I have a query which derives its criteria from a combo box on a form. This
combo box contains 5 values, while the underlying table of the query contains
8 values. When a null value is passed to the query because no selection is
made in the combo box, I would like it to default to pull only those records
with the 5 values from the combo box, not all 8 values from the underlying
table. Can a change be made to the criteria:
[Forms]![frmReports]![Criteria] or Like [Forms]![frmReports]![Criteria] is
Null, or should another route be taken?
Thanks
combo box contains 5 values, while the underlying table of the query contains
8 values. When a null value is passed to the query because no selection is
made in the combo box, I would like it to default to pull only those records
with the 5 values from the combo box, not all 8 values from the underlying
table. Can a change be made to the criteria:
[Forms]![frmReports]![Criteria] or Like [Forms]![frmReports]![Criteria] is
Null, or should another route be taken?
Thanks