This is the details:
I have a Form : ProjectDetails
This form is made up of a TabControl : maintabctrl1 (Say 10 pages)
Each page has a subform : subForm1
This subForm1 has tabcontrol : tabctl1(say 10 pages)
now, a text box in one of the Page...
MainForm -> Main TabControl -> Page1 > SubForm1 -> tabctl1 ->Page2 ---
In this page i have the text box (text1)...
How to read this text box using VBA code???
I have a Form : ProjectDetails
This form is made up of a TabControl : maintabctrl1 (Say 10 pages)
Each page has a subform : subForm1
This subForm1 has tabcontrol : tabctl1(say 10 pages)
now, a text box in one of the Page...
MainForm -> Main TabControl -> Page1 > SubForm1 -> tabctl1 ->Page2 ---
In this page i have the text box (text1)...
How to read this text box using VBA code???
Comment