Franknstuff
More I know Less I know
- Local time
- Today, 05:12
- Joined
- Apr 28, 2004
- Messages
- 54
I have a multi select box that the operator selects multiple products and several reports are generated. When I don't use the acViewPreview everything works fine. However, they want to preview each report selected.
The problem is that Axcess is only allowing me to preview the first report even though the "Products Query " is updated as it goes. Is there a way to Preview the report then go to the next report automatically.
I'm using : DoCmd.OpenReport "Products Query", acViewPreview and updating the Products Query based on there selections with a For Next Loop.
Why is it always the little things?
The problem is that Axcess is only allowing me to preview the first report even though the "Products Query " is updated as it goes. Is there a way to Preview the report then go to the next report automatically.
I'm using : DoCmd.OpenReport "Products Query", acViewPreview and updating the Products Query based on there selections with a For Next Loop.
Why is it always the little things?