Conditionally Suppress a Subreport in Main Report

JoeyB_99

Registered User.
Local time
Today, 17:11
Joined
Jul 6, 2012
Messages
78
I am using Access 2007.

I have a simple subreport that appears - as intended - beside a subtotal amount in a main report.

I want to suppress/hide this subreport when the subtotal amount is greater than $1,000. How can I do this?

I'm fairly new to VBA code and event procedures.

Any help would be greatly appreciated.
 
Hide the subreport based upon the value on the subreport's OnFormat event.
 
Thanks, but can you please elaborate? What exactly should I enter into this property?
 

Users who are viewing this thread

Back
Top Bottom