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 INFORMATION
The following sample macro will requery the combo box:
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
Keywords : kbusage FmsEvnt |
Last Reviewed: March 25, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |