Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MainFrom Calling SubForm (validate true/false)

Status
Not open for further replies.

jimjaix

MIS
Jan 14, 2011
17
US
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
 
Ooppss.. I got it, I used the Form_Load() function on my sub form and it works. Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top