ACC: Dynamically Synchronizing Two Forms using Code (95/97)Last reviewed: October 24, 1997Article ID: Q149940 |
The information in this article applies to:
SUMMARYAdvanced: Requires expert coding, interoperability, and multiuser skills. This article describes how to synchronize a form to the current record on the subform of another form using Visual Basic for Applications. The method described in this article synchronizes the form's bookmark with the bookmark of the form's recordset after searching the recordset for the current key value from the other form's subform. 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: This article explains a technique demonstrated in the sample files, FrmSampl.exe (for Microsoft Access for Windows 95 version 7.0) and FrmSmp97.exe (for Microsoft Access 97). For information about how to obtain these sample files, please see the following articles in the Microsoft Knowledge Base:
ARTICLE-ID: Q150895 TITLE : ACC95: Microsoft Access Sample Forms Available on MSL ARTICLE-ID: Q175066 TITLE : ACC97: Microsoft Access 97 Sample Forms Available on MSL MORE INFORMATIONCAUTION: Following the steps in this example will modify the sample database Northwind.mdb. You may want to back up the Northwind.mdb file, or perform these steps on a copy of the database. The following example demonstrates how to synchronize the Products form to the current record in the Product List subform on the Categories form.
Forms!Categories![Product List].Form REFERENCESFor more information about synchronizing forms with Microsoft Access 2.0, please see the following article in the Microsoft Knowledge Base:
ARTICLE-ID: Q119398 TITLE : ACC2: Dynamically Synchronizing Two Forms using CodeFor more information about the SysCmd() function, search for "SysCmd Function" using the Microsoft Access 97 Help Index. For more information about the Me property, search for "Me Property" using the Microsoft Access 97 Help Index. Keywords : kbusage FmsHowTo Version : 7.0 97 Platform : WINDOWS Hardware : x86 Issue type : kbhowto |
================================================================================
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |