I have a continuous form and want to hide or display another field depending on the value. The problem is it changes for all records in the form instead of just the current record.
I am using the following code.
Private Sub Check23_Click()
Me.[end date].Visible = Me.Check23
End Sub
I would be very grateful if someone can tell me what I am doing wrong.
I am using the following code.
Private Sub Check23_Click()
Me.[end date].Visible = Me.Check23
End Sub
I would be very grateful if someone can tell me what I am doing wrong.