View Full Version : Event for reports similar to the forms Current event


KeithG
03-20-2008, 12:02 PM
I have report thats show one record per page. I want to hide some controls based on a value of a control. I have tried the format and print event but these event seem to fire for the record after the condition is met. Any ideas?

pbaldy
03-20-2008, 12:11 PM
I would expect the format event of the section containing the controls to work. In a brief test it did.