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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

tab control with subforms

Status
Not open for further replies.

filmgall

Programmer
Oct 19, 2009
7
US
I have a form with a tab control and each tab page contains a subform. My question is how can I run an initialization code for a subform when the use clicks its tab. I tried the load event procedure but it would not work since the subform is loaded when the main form is loaded. I tried page.click() but it doesn't work either. Any idea?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top