I have an option button that when checked opens two fields. That is working. However when you leave the record the check is not holding although the data in the fields stay you have to recheck to make the fields open again.
How do I make the option when check stay checked and the fields visible?
Private Sub Check90_GotFocus()
Me.CPH_Semester.Visible = True
Me.CPH_Year.Visible = True
End Sub
How do I make the option when check stay checked and the fields visible?
Private Sub Check90_GotFocus()
Me.CPH_Semester.Visible = True
Me.CPH_Year.Visible = True
End Sub