I maybe attacking this problem incorrectly...but this is what I'm having trouble doing.
I have a continuous form to input training.
Within the form I have a check box - that designates if that selected person requires quarterly training.
What I would like to occur is - if the box is checked then the 1,2,3,4Quarter training fields would be visible.
I have tried to place the following statement:
IIf ([Member] = False), Me![1Qtr Training].Visible = False
in the form detail section (mouse move) and the Form (On Open) but it doesn't work.
Any suggestions?
I have a continuous form to input training.
Within the form I have a check box - that designates if that selected person requires quarterly training.
What I would like to occur is - if the box is checked then the 1,2,3,4Quarter training fields would be visible.
I have tried to place the following statement:
IIf ([Member] = False), Me![1Qtr Training].Visible = False
in the form detail section (mouse move) and the Form (On Open) but it doesn't work.
Any suggestions?