hello,
i have a field called object class in the report.
based on an if statement in visual basic. I want to either make the field visible or not visible.
I have the code so far in the open event in the report -
If Forms!Frm_Selection_Criteria.optObjectClass = True Then
me.ObjectClass............
Normally if it was in a form i would write -
Me.ObjectClass.Visible = False
But it doesn't work in the report.
Any help is greatly appreciated.
THANKS!
i have a field called object class in the report.
based on an if statement in visual basic. I want to either make the field visible or not visible.
I have the code so far in the open event in the report -
If Forms!Frm_Selection_Criteria.optObjectClass = True Then
me.ObjectClass............
Normally if it was in a form i would write -
Me.ObjectClass.Visible = False
But it doesn't work in the report.
Any help is greatly appreciated.
THANKS!