B
Bob
Hi I have a form named ParamForm that has two unbound text boxes name
SartDate and EndDate.
I would like to have my query open this form and to be able to input the
start date and end date bofore running the query and the attacthed report.
This is the code that I have in the critera field of the query but all that
it does is return a paramater message.. I would also like to replace Between
with <=.
Between "Forms]![ParamForm]![StartDate]" And [Forms]![ParamForm]![End Date]
What am I doing wrong?
Thanks Bob
SartDate and EndDate.
I would like to have my query open this form and to be able to input the
start date and end date bofore running the query and the attacthed report.
This is the code that I have in the critera field of the query but all that
it does is return a paramater message.. I would also like to replace Between
with <=.
Between "Forms]![ParamForm]![StartDate]" And [Forms]![ParamForm]![End Date]
What am I doing wrong?
Thanks Bob