I want to run a query to update a combo box prior to loading a form.
I am using the following code in the on click command to do this:
Private Sub cmdRunQuery_Click()
DoCmd.OpenQuery "qryActive", acViewNormal, acEdit
End Sub
I have examples for opening and closing forms, and opening the query...