How can I modify a characteristic of a control such as visible with code?
You have to do it through showing/hiding Sections. Design 2 similar Sections, one with the control and the other without it. Then use CurrReport.SHOWOUTPUT(True/False) to show/hide the Sections as you need. The code must be in the OnPreSection trigger.
Hi, Just to elaborate a little. Visible can be used to control the visibility of fields on forms (Screens), but it does not work on reports.