Prakashpdl
New member
- Local time
 - Today, 12:28
 
- Joined
 - Apr 25, 2020
 
- Messages
 - 27
 
I have a form with check box (Chk1) and a subsequent field (txtbox1). Field should be visible only if check box is checked. I put a code at afterupdate event of chkbox. Now on form load the checkbox is unchecked but the field is still visible. It becomes invisible only when I check it and again uncheck it. I want the field to be invisible when form opens and visible only after checkbox checked. Is this possible?