Stop using parameter prompts in your queries. Improve the functionality and
ease of use of your applications by always entering criteria values in
controls on forms. Then you are not prompted more than once.

Signature
Duane Hookom
MS Access MVP
Thanks Duane. The problem is I run the report multiple times based on
different criteria. Having to do this through a form seems the long way
round to do it!
> Stop using parameter prompts in your queries. Improve the functionality
> and ease of use of your applications by always entering criteria values in
[quoted text clipped - 14 lines]
>>
>> Thanks
Duane Hookom - 28 Mar 2005 16:45 GMT
You can open a form hidden and push the values into it. This seems to be the
"short way" compared with repeating parameter prompts.
I have also seen solutions that involve setting global memory variables. You
can then create functions that return those variables. The functions can be
used in your criteria.

Signature
Duane Hookom
MS Access MVP
--
> Thanks Duane. The problem is I run the report multiple times based on
> different criteria. Having to do this through a form seems the long way
[quoted text clipped - 18 lines]
>>>
>>> Thanks