Greetings,
I was sure this could be done.
My form has several control buttons that allow moving through a database.
The buttons have VBA code that checks to see where we are in the recordset
and enables and disables those controls as needed.
Users have asked for the ability to keep moving until the mouse is let go.
I have Auto Repeat Turned on in the buttons properties.
The command when the button is clicked is:
DoCmd.GoToRecord , , acNext
MS-Access (2002) Help tells me I can set routine in a form properties
field (On Time) that will run per the form property (Time Interval), but
this seems rather round about and more work than needed.
Any Ideas,
Thanks, Mike