ACC1x: How to Requery a Combo Box on SubformLast reviewed: May 14, 1997Article ID: Q101082 |
The information in this article applies to:
SUMMARYThis article describes a macro that will requery a combo box control on a subform. This macro is useful for a combo box that is based on a query that references the main form and thus should be requeried whenever you change records on the main form.
MORE INFORMATIONThe following sample macro will requery the combo box:
Macro Name Action Defined Below -------------------------------------------- RequeryCombo GoToControl 1 GotoControl 2 Requery 3 RequeryCombo Actions ----------------------------------------- 1. GotoControl ControlName: <Subform ControlName> 2. GotoControl ControlName: <ComboBox ControlName> 3. Requery ControlName: <ComboBox ControlName>When this macro is run, it will requery the combo box. If you want the combo box to be requeried each time you change records in the main form, add this macro to the OnCurrent property of the main form.
REFERENCESFor more information on form events, search for "events" then "events for forms" using the Microsoft Access Help menu.
|
Additional query words: macros forms
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |