Hi,
The tab control (maintabcntl) is having 17 pages. And i have added subform control on each page. So these subform control load different forms (Created as a form). I have 17 forms like this and each form will be loaded on pages using Subform control.
Regards,
Poornesh
User Profile
Collapse
-
Hi,
Thanks for sharing the subform related topics...
I tried all the technics quoted but no success. The problem is not just because of Subform controls, it is because of TabControls (I am not sure how tabctrl works).
When i used the below code i got Error 2465: Form cant find the field 'Text1' refered to your expression.
Below is the line of code:
Code:strTest = Form_ProjectDetails.Governanc
Leave a comment:
-
Is it possible to read a text box inside Subform within tabcontrol?
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...
No activity results to display
Show More
Leave a comment: