G
Guest
I have a query that pulls contact data for clients. Currently, I have users
run the query directly from a form into which they enter the data. This way,
I can limit the query by using an ID parameter from the form so that the
records are only for the particular client they just entered data for. I
would like them to have a 2nd option: To run the same query from a different
location, but based on a date rather than any particular client. The problem
is, I don't know how to bypass the pop-up box asking for the ID parameter I
set up for the first scenario. I want it to look for the field on the form,
but if the form is not open, I want it to skip to the next criteria without
prompting for the ID parameter. If the form is open, I want it to use the ID
parameter and not prompt for the date parameter.
Any help is appreciated!
run the query directly from a form into which they enter the data. This way,
I can limit the query by using an ID parameter from the form so that the
records are only for the particular client they just entered data for. I
would like them to have a 2nd option: To run the same query from a different
location, but based on a date rather than any particular client. The problem
is, I don't know how to bypass the pop-up box asking for the ID parameter I
set up for the first scenario. I want it to look for the field on the form,
but if the form is not open, I want it to skip to the next criteria without
prompting for the ID parameter. If the form is open, I want it to use the ID
parameter and not prompt for the date parameter.
Any help is appreciated!