Hi.
On the report i have a checkbox bounded to table field named "disc", the checkbox is hidden. Also I have a label called "lblDisc", also hidden by default.
What I want is when the box is ticked, I want the lblDisc visibility value set to true.
Or, other way of doing it, lblDisc is visible by default but forecolor is set to white. When checkbox is ticked the forecolor turns, let say red.
I tried codeing using if else elseif, end placing it in form detail OnFormat and OnPrint events but to no avail. Don't kow what I'm missing.
Any help hugely appreciated
On the report i have a checkbox bounded to table field named "disc", the checkbox is hidden. Also I have a label called "lblDisc", also hidden by default.
What I want is when the box is ticked, I want the lblDisc visibility value set to true.
Or, other way of doing it, lblDisc is visible by default but forecolor is set to white. When checkbox is ticked the forecolor turns, let say red.
I tried codeing using if else elseif, end placing it in form detail OnFormat and OnPrint events but to no avail. Don't kow what I'm missing.
Any help hugely appreciated