We are trying to run an update query everytime the record navigation
buttons located at the bottom of the form are pressed. What form
event will allow us to achieve this.
Use the command button wizard to create a button that executes a query. If your command button is named command0 and your update query is named Query2, it will add code to the OnClick property of the button like this:
Private Sub Command0_Click()
On Error GoTo Err_Command0_Click
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.