Controls in a group header

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
 
J

Jeff Boyce

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>
 
J

Jason Bingham

I am using the OnDetail event to set the check box because it is dependent
on each individual record not the group.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top