I have a form with a text box (ClosedDate) and a checkbox (Closed). ClosedDate is defined in my table as Date/Time and Closed as Yes/No.
What I want is, when a user clicks the checkbox(Closed), the textbox(ClosedDate) appears.
I have played with .Visible and sort of got it to work. Problem is, when I click the checkbox(Closed), the textbox(ClosedDate) appears in every record (ie. when I cycle through my records in the form, the textbox is visible).
Any help appreciated.
What I want is, when a user clicks the checkbox(Closed), the textbox(ClosedDate) appears.
I have played with .Visible and sort of got it to work. Problem is, when I click the checkbox(Closed), the textbox(ClosedDate) appears in every record (ie. when I cycle through my records in the form, the textbox is visible).
Any help appreciated.