M
m stroup
rpt_Events
chkstatus (Check box)
txtLabel1 (text box)
Detail_Format...
If chkstatus then
me.txtlabel1.visible = false
End If
I am trying to add this code, but in vba, I do not get the option to add
..visible to the control. When I type this code in by hand, it states "you
have entered an expression that has no value".
I have tried Reports!rpt_Events!chkstatus as well.
Any suggestions? thanks in advance.
chkstatus (Check box)
txtLabel1 (text box)
Detail_Format...
If chkstatus then
me.txtlabel1.visible = false
End If
I am trying to add this code, but in vba, I do not get the option to add
..visible to the control. When I type this code in by hand, it states "you
have entered an expression that has no value".
I have tried Reports!rpt_Events!chkstatus as well.
Any suggestions? thanks in advance.