Jolted_Chicken
Registered User.
- Local time
- Today, 19:06
- Joined
- Nov 7, 2002
- Messages
- 15
For a query, I have to criteria points to a Form
[Forms]![fmrMonthlyReports]![ComboMonth]
which is a combo box (Value List: 1;2;3;4;5....12)
In the report that calls that query, i have a label that displays this criteria
=[Forms]![fmrMonthlyReports]![ComboMonth]
When the form closes, the report no longer displays the label.
Is there any code that i can do so that even if the form closes, the report can still display the month?
[Forms]![fmrMonthlyReports]![ComboMonth]
which is a combo box (Value List: 1;2;3;4;5....12)
In the report that calls that query, i have a label that displays this criteria
=[Forms]![fmrMonthlyReports]![ComboMonth]
When the form closes, the report no longer displays the label.
Is there any code that i can do so that even if the form closes, the report can still display the month?