Controls in a group header

  • Thread starter Thread starter Jason Bingham
  • Start date Start date
J

Jason Bingham

I have a report with a check box in a group header. The Detail OnPrint
event will set the box to true if certain conditions exist.

The problem here is that this changes the state of the box in all of the
headers. Does anyone know how to set the state in only the current
header? Is it even possible?

Thanks
 
Jason

I might be overlooking something, but your post said you use the Detail
OnPrint event.

If what you want to control is in the group header, why aren't you using the
group header's OnFormat or OnPrint event?

Good luck

Jeff Boyce
<Access MVP>
 
I am using the OnDetail event to set the check box because it is dependent
on each individual record not the group.
 
Back
Top