S
Susie
This is going to be a difficult question to ask. I have a
report that requires choosing a category which I have used
a form with a dropdown list for the user to choose. I
have used the traditional form attached to the query and
report to filter the required criteria. Now I have
another field that requires them to choose two dates and
the criteria falls between those two dates. Right now I
just have it set up as a parameter in the query and the
user is prompted. However I think the pop-up form is
interfering with the process because the user will choose
from the dropdown, then the dates are entered into the
parameter boxes that appear. But after the dates are
entered, another parameter box appears asking for the same
information picked from the dropdown in the form. (It
seems the "visible" field in the macro is getting
confused). Is there a way I can add the dates (a start
date and an end date) on the form? If so, how do I enter
this into the query (ex [forms]![choosedate]![start date]??
[enddate]??(between??). I'm confused because the "date"
field is just one field and I am asking for two dates. I
tried using the "between" in the criteria with the example
above, but I'm not doing something right? Please help if
you can (understand). Thank you in advance....
report that requires choosing a category which I have used
a form with a dropdown list for the user to choose. I
have used the traditional form attached to the query and
report to filter the required criteria. Now I have
another field that requires them to choose two dates and
the criteria falls between those two dates. Right now I
just have it set up as a parameter in the query and the
user is prompted. However I think the pop-up form is
interfering with the process because the user will choose
from the dropdown, then the dates are entered into the
parameter boxes that appear. But after the dates are
entered, another parameter box appears asking for the same
information picked from the dropdown in the form. (It
seems the "visible" field in the macro is getting
confused). Is there a way I can add the dates (a start
date and an end date) on the form? If so, how do I enter
this into the query (ex [forms]![choosedate]![start date]??
[enddate]??(between??). I'm confused because the "date"
field is just one field and I am asking for two dates. I
tried using the "between" in the criteria with the example
above, but I'm not doing something right? Please help if
you can (understand). Thank you in advance....