I am trying to add criteria to my query using what the user selects from a form. That's easy. Basically, on the criteria line in the query grid I have the following criteria under the [Vendor] field,
. That returns all records where the vendor is equal to whatever the user selected on the form from [cboVendor] combo box. But what I can't get my query to do is to return all records if the combo box is blank. Can some help me with this?
Code:
[Forms]![FrmFilterReport]![cboVendor]