ACC97: How to Programmatically Add Controls to a Tab Control (174497)
The information in this article applies to:
This article was previously published under Q174497 Moderate: Requires basic macro, coding, and interoperability skills.
SUMMARY
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 shows you how to
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.
REFERENCES
For 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.
Modification Type: | Minor | Last Reviewed: | 10/11/2006 |
---|
Keywords: | kbhowto kbProgramming KB174497 |
---|
|