Hello,
I am trying to change the properties of check boxes on my report depending on a number entered in a control on the corresponding form. The control is cboLaneNum. To give you an idea of what I am trying to accomplish here...
If cboLaneNum = 3 Then
chkL4.visible = False
chkL5.visible = False
chkL6.visible = False
So the last 3 check boxes do not show up... or I wouldn't mind changing the special effect property on the report. How is this done? Thank you for any help you can lend me.
I am trying to change the properties of check boxes on my report depending on a number entered in a control on the corresponding form. The control is cboLaneNum. To give you an idea of what I am trying to accomplish here...
If cboLaneNum = 3 Then
chkL4.visible = False
chkL5.visible = False
chkL6.visible = False
So the last 3 check boxes do not show up... or I wouldn't mind changing the special effect property on the report. How is this done? Thank you for any help you can lend me.