M
mattc66 via AccessMonster.com
Hi All,
I have a report that has a check box object.
If the check box is true I want it to show an object and hide another object.
On the Report event under page is where I was going to put the IF statment.
IF Control = True Then
Object.Visable = True
Object2.Visable = False
This doesn't appear to be the correct Syntax.
Please help.
Thanks
Matt
I have a report that has a check box object.
If the check box is true I want it to show an object and hide another object.
On the Report event under page is where I was going to put the IF statment.
IF Control = True Then
Object.Visable = True
Object2.Visable = False
This doesn't appear to be the correct Syntax.
Please help.
Thanks
Matt