I have an access report that has 4 sub reports/forms. each of these sub report is meant to display patients admitted,transfers in , transferred out and discharged from a particular ward. I have 4 different queries to perform the task. When i run the queries alone they work fine . The queries prompts the user for start and end date and display the results.
The problem is when i attach each of these queries to each sub reports and run the report, it asks for the start date 4 times, which is logically right because it is running the 4 sub reports separately.
I cannot combine all into one query because even though the data is pulled from 1 table the conditions are different. I am also restricted in creating a form and a button to pull the report base on start dates supplied by user as i need to run the report directly.
Is there any way that i can display data on all 4 sub reports by entering the date only once.
I use Ms Access 2003
Any help would be appreciated. Thanks Regards.