H
Hal
How can I get a reports criteria to work if there is more than part to the
criteria.
I have a report based on a query. One of the fields are:
Format$([Date],"\Qq yyyy",0,0)
and the criteria is: [Forms]![frmPrintSelectQtr]![txtCriteria]
If I have only one criteria in txtCriteria i.e. "Q2 2003" it works fine
but if I have more than one criteria, i.e. "Q2 2003" OR "Q3 2003"
the query/Report is empty.
What am I doing wrong here?
TIA
criteria.
I have a report based on a query. One of the fields are:
Format$([Date],"\Qq yyyy",0,0)
and the criteria is: [Forms]![frmPrintSelectQtr]![txtCriteria]
If I have only one criteria in txtCriteria i.e. "Q2 2003" it works fine
but if I have more than one criteria, i.e. "Q2 2003" OR "Q3 2003"
the query/Report is empty.
What am I doing wrong here?
TIA