All,
is it at all possible to set the visible property to a label or txt box in a report header based on criteria in a txt box in the detail section of the report ?
Example:
The detail section of the report contains a text box set to “yes” or “no”…
I want a text box or label in the report header to be visible if any one of the records in the detail section is “yes” or “true”…
If report contains all “no” or “false” in that detail record then I do not want the report header field to be visible…
I can accomplish this with in the detail section of the report if i set visible to true within a field in the detail section using the OnPrint Event, but cannot make it work seem to impact a field in the report header based on same criteria
I hope I made this question clear enough
thank you