A way to manipulate control of report in preview view?

S

Spidey3721

Is there a way to add a combobox that will change a reports record source
directly to a report - so I can manipulate the report in Preview view, or is
this somthing that needs to be done in a form?
 
D

Duane Hookom

You can only manipulate the report's record source on or before the On Open
event of the report. Once you are opened in preview, you can't change the
record source.
 
Top