I have a report that I need the user to be able to set the criteria. Currently I am renaming the query and building separate reports. There's got to be a better way!
For instance, I want to have a form that would have the below are checkboxes -- and only ONE checkbox can be chosen:
[ckCustomerInactive] (if checked, give me the True)
[ckCustomerInactive] (this is the same field as the above, but I want to list it again but label it "Active Customers" and if checked, give me the False)
[ckCustomerTerm] (if checked, give me the True)
And if no check boxes are chosen, give me ALL records.
Thanks in advance.
For instance, I want to have a form that would have the below are checkboxes -- and only ONE checkbox can be chosen:
[ckCustomerInactive] (if checked, give me the True)
[ckCustomerInactive] (this is the same field as the above, but I want to list it again but label it "Active Customers" and if checked, give me the False)
[ckCustomerTerm] (if checked, give me the True)
And if no check boxes are chosen, give me ALL records.
Thanks in advance.