R
Rich Locus
Access Members:
I have programmed events for regular forms, but never before have I tried to
use the tab control to house multiple forms. (Paradox: The Form Contains the
Tab Control, and I want the Tab Control to Contain the Actual Data Entry
Form).
My objective is to have "Page 1" on the tab be a form to enter business
contact information from Table1. "Page 2" in the tab control will be used to
enter personal information in Table2. And I will have several other tabs
that would house other forms to access other tables.
First of all, it didn't seem like I could use a Wizard to generate a form
within the tab control, so am I looking at hand-coding every text box and
setting the record source manually? Also, how does one address an object:
FormName!TabControlName!PageName!InnerFormName!txtBoxName?
Which would be better: Access 2003 or 2007 for this feature?
Thanks in advance.
I have programmed events for regular forms, but never before have I tried to
use the tab control to house multiple forms. (Paradox: The Form Contains the
Tab Control, and I want the Tab Control to Contain the Actual Data Entry
Form).
My objective is to have "Page 1" on the tab be a form to enter business
contact information from Table1. "Page 2" in the tab control will be used to
enter personal information in Table2. And I will have several other tabs
that would house other forms to access other tables.
First of all, it didn't seem like I could use a Wizard to generate a form
within the tab control, so am I looking at hand-coding every text box and
setting the record source manually? Also, how does one address an object:
FormName!TabControlName!PageName!InnerFormName!txtBoxName?
Which would be better: Access 2003 or 2007 for this feature?
Thanks in advance.