A
Arturo
I am using the following code in the Timer Event.
Private Sub Form_Timer()
DoCmd.GoToRecord , , acNext
End Sub
When I get to the last record, how do I get it to return to the first record
instead of gettng the error message "You can't go to the specific record?"
Thank you.
Private Sub Form_Timer()
DoCmd.GoToRecord , , acNext
End Sub
When I get to the last record, how do I get it to return to the first record
instead of gettng the error message "You can't go to the specific record?"
Thank you.