Ok, I'm a bit of a VBA newb. I have a report that's being generated based on a subreport. That all works fine.
Now I need to add a conditional flag in the subreport to display the main report differently. Ie. if an item in the subreport has a value > 50, I'd like to set a flag for "DispalyAlternateMessage", that would then display a different message than the default on the report. I know how to conditionally show/hide elements in the main report, but what I can't seem to figure out for the life of me is how to pass that conditional value from the sub-report to the main report, or even access the subreport variable from the main report.
Any thoughts/help? Thanks!