Printout doesn't match Print Preview (Access 97)

N

Nathan C. Lee

I have a report in which a TextBox has its Visible property set to false. In
the print preview, the TextBox does not display, but it does display when
the report actually prints. The visibility is set in a VBA program attached
to the On Format action. I've traced the program and determined that indeed
the TextBox's Visible property has the value False. What could be the cause
of this inconsistent and incorrect behavior?

Nathan
 
Top