T
Tim
I am trying to run a query based on dates pulled from a
form. The query works fine but I want to use the form to
enter the dates when the query is ran. The form contains
two fields. One for a beginning date and one for an
ending date. When I run the query I get two dialog boxes
prompting me for the values instead of the form opening
up. The criteria syntax is:
Is Not Null And Between [Forms]![frmDateRange]!
[BeginningDate] And [Forms]![frmDateRange]![EndingDate]
Should this open the form? If not, is there another way?
Thanks for help in advance.
-Tim
form. The query works fine but I want to use the form to
enter the dates when the query is ran. The form contains
two fields. One for a beginning date and one for an
ending date. When I run the query I get two dialog boxes
prompting me for the values instead of the form opening
up. The criteria syntax is:
Is Not Null And Between [Forms]![frmDateRange]!
[BeginningDate] And [Forms]![frmDateRange]![EndingDate]
Should this open the form? If not, is there another way?
Thanks for help in advance.
-Tim