Hi,
I want the main form to check to see if a subform's checkbox is true or not if it is then I would like it to display a text box.
my main form's name is frmMain
my sub form's name subCallLog
How do I code it on my main form, I believe we have to use Private Sub Form_Load() function? Thanks
I want the main form to check to see if a subform's checkbox is true or not if it is then I would like it to display a text box.
my main form's name is frmMain
my sub form's name subCallLog
How do I code it on my main form, I believe we have to use Private Sub Form_Load() function? Thanks