G
Guest
In my main form I have a check box which controls whether a combo box is
active or not. Then, I have a text box in a subform which I only want
displayed when the check box has been ticked.
I’m using this script:
If Forms![frmTasksCompleted].chck_Completed.Value = True Then
Me.Text4.Visible = True
But the text box does not appear (it’s deault value for visible is false)
Can anyone help?
Thnx
active or not. Then, I have a text box in a subform which I only want
displayed when the check box has been ticked.
I’m using this script:
If Forms![frmTasksCompleted].chck_Completed.Value = True Then
Me.Text4.Visible = True
But the text box does not appear (it’s deault value for visible is false)
Can anyone help?
Thnx