Q
Question Boy
Hello,
I have used a form as a criteria to retrict the results of the SQL statement
used for my report. It limits the date range
Between [Forms]![frm_Report Date Selection].[Start] And [Forms]![frm_Report
Date Selection].[End]
Now I would like to add one more element and don't know how. I would like
it to use the Between statement when the form is open otherwise return all
the data regardless of date. i tried encapsulating each criteria in an Nz()
but it did not work. How can I do this?
QB
I have used a form as a criteria to retrict the results of the SQL statement
used for my report. It limits the date range
Between [Forms]![frm_Report Date Selection].[Start] And [Forms]![frm_Report
Date Selection].[End]
Now I would like to add one more element and don't know how. I would like
it to use the Between statement when the form is open otherwise return all
the data regardless of date. i tried encapsulating each criteria in an Nz()
but it did not work. How can I do this?
QB