How to Synchronize Data on the Form with a dbComboLast reviewed: June 18, 1996Article ID: Q143421 |
The information in this article applies to:
SUMMARYYou can use the DBCombo control to link data from two data controls if the DataField property of the DBCombo control uses a field common to the RecordSource of the data controls. The FindFirst method allows you to synchronize the data between the two data controls when the DataField property of the DBCombo control is linked to a primary key.
MORE INFORMATIONThe following code example allows you to synchronize data between two data controls when the DBCombo control is bound to a field common to both data controls. The field is a primary key.
Code Example
|
KBCategory: kbprg kbhowto
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |