I have a public function that takes information entered on a main form and when the user clicks the button that saves report/graph, it is to apply the filter to both items. If I create code where I open each item separately, as in 1 report and 1 graph and place it in the event of the button, both items update correctly based on that filter. My filter happens to be GetFilter. It takes input from 11 listboxes.

What I want is to embed the pivot graph in the report and when I do that, the pivot graph does not update. I put the pivot graph in the report header. Then I tried putting it in the details. Then I tried putting it in the footer and no matter what, it never updates to what that GetFilter has stored in it. Again, separate, they both come out fine.