TheunsGoosen
Technical User
Access beginner
Hi,
i have a command button on my form that uses the following code to go to the next record and to call a "Check_afterupdate" procedure.
Private Sub Command220_Click()
DoCmd.GoToRecord , , acNext
Call Check125_Afterupdate
End Sub
I would like to do away with the command button and use the record selectors at the bottom of the access program...but how do i then call the "check15_afterupdate" procedure?
Thanks
Theuns
Hi,
i have a command button on my form that uses the following code to go to the next record and to call a "Check_afterupdate" procedure.
Private Sub Command220_Click()
DoCmd.GoToRecord , , acNext
Call Check125_Afterupdate
End Sub
I would like to do away with the command button and use the record selectors at the bottom of the access program...but how do i then call the "check15_afterupdate" procedure?
Thanks
Theuns