B
bobdydd
Hi Everybody
Access 2000 Windows xp
On a form with a single command button connected to a database of 1
thousand records.
I would like to be able to press the command button and automatically
scroll through the records as quickly as possible. annd then stop at
the end of the recordset.
Something like this below but continuous.
Private Sub CmdScroll_Click()
DoCmd.GoToRecord , , acNext
End Sub
Thanks
Access 2000 Windows xp
On a form with a single command button connected to a database of 1
thousand records.
I would like to be able to press the command button and automatically
scroll through the records as quickly as possible. annd then stop at
the end of the recordset.
Something like this below but continuous.
Private Sub CmdScroll_Click()
DoCmd.GoToRecord , , acNext
End Sub
Thanks