G
glnbnz
I have continuous report. The form that controls the report has a check box
called [Resolved]. I want to code the report so that when [Resolved] is
checked a colored rectangle called [boxResolved] appears under the record,
highlighting it.
I have a problem coding the 'if' statement. This how I would like it to go.
If [Resolved] = (checked) then
[boxResolved].visible = True
End If
I just don't know to code for a checkbox wheither it is checked or unchecked.
Thank you
glnbnz
called [Resolved]. I want to code the report so that when [Resolved] is
checked a colored rectangle called [boxResolved] appears under the record,
highlighting it.
I have a problem coding the 'if' statement. This how I would like it to go.
If [Resolved] = (checked) then
[boxResolved].visible = True
End If
I just don't know to code for a checkbox wheither it is checked or unchecked.
Thank you
glnbnz