A
ashfire
Hi, i have a form that shows Week Numbers and Areas. I have a report for this
too. I also have had this working for one combo box (but the BEEEEEPS werent
happy)
The code i used for the one combo box is
DoCmd.OpenReport stDocName, acPreview, , "([Weekly Horizon]='" &
Me!CmbWeek.Column(0) & "')"
Unfortunately this only filters the Report by Week Number, i need to add an
Area criteria too
Hope that made some sense
too. I also have had this working for one combo box (but the BEEEEEPS werent
happy)
The code i used for the one combo box is
DoCmd.OpenReport stDocName, acPreview, , "([Weekly Horizon]='" &
Me!CmbWeek.Column(0) & "')"
Unfortunately this only filters the Report by Week Number, i need to add an
Area criteria too
Hope that made some sense