> Thanks tkelley,
>
> That's a good idea.
>
> The form wouldn't always be open as the queries can be executed via Excel
> (apologies for not mentioning this!)
>
> But how about this? Could I create a table with 2 fields: start date, end
> date, and simply one record? Could I then somehow make the values in this
> one record the start and end dates of the queries respectively?
>
> Does this make any sense at all?
>
> Cheers,
>
> Tom.
>
> "tkelley via AccessMonster.com" wrote:
>
>> The easy way would be to have a form open with fields to hold the dates in
>> question.
>>
>> In the criteria:
>>
>> =Forms!YourForm!txtStartDate
>>
>> =Forms!YourForm!txtEndDate
>>
>> Then have a button that launches the reporting process. Another benefit to
>> the button is that you can test for rules, like start date cannot be greater
>> than end date, etc.
>>
>> mr tom wrote:
>>> Hi,
>>>
>>> Our end of month reporting uses masses of queries, all of which run from
>>> common criteria, e.g. date x to date y.
>>>
>>> Some of these criteria, e.g. start date for reporting purposes and end date
>>> are common to all queries and it would be a huge benefit to be able to set
>>> them only once, rather than having to go into every single query and set them.
>>>
>>> Using some form of today / current month etc wouldn't do as these are
>>> sometimes run historically.
>>>
>>> Does anybody know a way of making this happen?
>>>
>>> Cheers,
>>>
>>> Tom.
>> --
>> Message posted via AccessMonster.com
>>
http://www.accessmonster.com/Uwe/Forums.aspx/access-queries/200812/1>>
>>