ACC97: How to Programmatically Add Controls to a Tab ControlLast reviewed: October 13, 1997Article ID: Q174497 |
The information in this article applies to:
SUMMARYModerate: Requires basic macro, coding, and interoperability skills. In Microsoft Access, you can use a tab control to group sets of controls together on different pages. When you select a tab, you see only the controls embedded on that page. Microsoft Access also provides the CreateControl() function, which enables you to programmatically create controls on a Microsoft Access form. This article demonstrates how you can use the CreateControl() function to programmatically create and embed a text box control on a specific page of a tab control. This article assumes that you are familiar with Visual Basic for Applications and with creating Microsoft Access applications using the programming tools provided with Microsoft Access. For more information about Visual Basic for Applications, please refer to the "Building Applications with Microsoft Access 97" manual.
MORE INFORMATIONWhen you use the CreateControl() function to create a control on a specific page of a tab control, you must specify the name of the page that will contain the control as the Parent argument. To create a text box control on the second page of a tab control, follow these steps:
REFERENCESFor more information about the CreateControl() function, search the Help Index for "CreateControl Function," or ask the Microsoft Access 97 Office Assistant. For more information about tab controls in Microsoft Access 97, search the Help Index for "tab controls, overview," or ask the Microsoft Access 97 Office Assistant.
|
Additional query words: inf TabControl
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |