I am running a query where a criteria field is populated from a form. I can get it to work correctly if i choose something in the form field but i want it to return all records if no criteria is selected. I am using the following as my IIf formula.
Code:IIf(IsNull([Forms]![Custom_Reports]![txtClient])," ",Like [Forms]![Custom_Reports]![txtClient] & "*")