E
Emily T
I have 3 different fields using a "Between...And" criteria; if i only use one
it works fine; but the query results ignore the criteria if more than one
field has the "Between...And".
Any ideas what could be the problem? Are there any prerequisites that need
to be in place before I use these three criteria?
I am using the following:
Between [Forms]![Data Form]![USD Low] And [Forms]![Data Form]![USD High]
Between [Forms]![Data Form]![Date early] And [Forms]![Data Form]![Date late]
Between [Forms]![Data Form]![XDate early] And [Forms]![Data Form]![XDate late]
And as a second step I want to be able to leave the text boxes on Data Form
blank in case the user wants all records. I used:
or [Forms]![Data Form]![USD Low] IS NULL
or [Forms]![Data Form]![USD High] IS NULL
but that also does not work. Any recommendations for a fix??
Thanks.
it works fine; but the query results ignore the criteria if more than one
field has the "Between...And".
Any ideas what could be the problem? Are there any prerequisites that need
to be in place before I use these three criteria?
I am using the following:
Between [Forms]![Data Form]![USD Low] And [Forms]![Data Form]![USD High]
Between [Forms]![Data Form]![Date early] And [Forms]![Data Form]![Date late]
Between [Forms]![Data Form]![XDate early] And [Forms]![Data Form]![XDate late]
And as a second step I want to be able to leave the text boxes on Data Form
blank in case the user wants all records. I used:
or [Forms]![Data Form]![USD Low] IS NULL
or [Forms]![Data Form]![USD High] IS NULL
but that also does not work. Any recommendations for a fix??
Thanks.