Jolted_Chicken
Registered User.
- Local time
- Today, 18:41
- Joined
- Nov 7, 2002
- Messages
- 15
In a combo box, [Forms]![frmMonthlyReport].[ComobBranch]
it is used to select the criteria for a query.
There are seven to choose from each used for a report.
Currently, the user has to select each item from the combo box then open to report.
Now, I need to be able to select 'all' from the combo box so all seven reports comes out at ones.
I've already added '(All)' in the combo box using a union query but I dont know what I need to change in the query criteria so that all seven reports get generated all in one go.
any takers?
it is used to select the criteria for a query.
There are seven to choose from each used for a report.
Currently, the user has to select each item from the combo box then open to report.
Now, I need to be able to select 'all' from the combo box so all seven reports comes out at ones.
I've already added '(All)' in the combo box using a union query but I dont know what I need to change in the query criteria so that all seven reports get generated all in one go.
any takers?