G
Guest
I have a subform that I want to become visble once a checkbox is clicked.
First and foremost, where should the checkbox be placed? In the subform, or
in the main form? I fogured the latter, but it is not recognizing the
subform. But if I place it in the subform, it is not visible to even check in
the first place!!! (HELP!!)
Second, once it is placed apporpriopriately, is the following code correct?
Checkbox_OnClick()
Subform.Visible = TRUE
End SUb
Thanks
Victoria
First and foremost, where should the checkbox be placed? In the subform, or
in the main form? I fogured the latter, but it is not recognizing the
subform. But if I place it in the subform, it is not visible to even check in
the first place!!! (HELP!!)
Second, once it is placed apporpriopriately, is the following code correct?
Checkbox_OnClick()
Subform.Visible = TRUE
End SUb
Thanks
Victoria