ACC: How to Cycle Through the Controls on a Form Using CodeLast reviewed: August 29, 1997Article ID: Q132071 |
The information in this article applies to:
SUMMARYAdvanced: Requires expert coding, interoperability, and multiuser skills. This article demonstrates a sample user-defined procedure that you can use to create a toggle button on a form that enables you to cycle through the form's controls and set such properties as Locked and Enabled, without having to refer to each control by name. 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 your version of the "Building Applications with Microsoft Access" manual. NOTE: Visual Basic for Applications is called Access Basic in Microsoft Access version 2.0. For more information about Access Basic, please refer to the "Building Applications" manual.
MORE INFORMATIONTo create the toggle button, follow these steps. CAUTION: Following the steps in this example will modify the sample database Northwind.mdb (or NWIND.MDB in version 2.0). You may want to back up the Northwind.mdb file, or perform these steps on a copy of the Northwind.mdb database.
REFERENCESFor more information about controls, search the Help Index for "Controls Collections," or ask the Microsoft Access 97 Office Assistant.
|
Additional query words: report loop object enumerate collection
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |