ACC: Subform Is Not UpdatedLast reviewed: May 28, 1997Article ID: Q92676 |
The information in this article applies to:
SYMPTOMSNovice: Requires knowledge of the user interface on single-user computers. When you scroll through records in the main form, the subform is not updated. The records on the main form and the subform are not synchronized.
CAUSEThe subform is not linked to the main form.
RESOLUTIONYou should use the LinkMasterFields and LinkChildFields subform control properties to link the main form and subform automatically. You can manually update the subform by pressing the F9 (recalculate) key.
STATUSThis behavior is by design.
MORE INFORMATIONRecalculation occurs automatically for controls that reference other fields on the same form or fields in subforms. Recalculation does not occur automatically for subform controls that only reference fields on the main (master) form or in other subforms. This is because subforms notify the master form of any changes, but the master form does not notify the subforms of changes. Nor do subforms on the same main form notify one another of any changes.
REFERENCESFor more information about main form/subform relationships, search the Help Index for "linking subforms," or ask the Microsoft Access 97 Office Assistant. |
Keywords : FmsSubf kbusage
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |