It works for rec nav if you place the control on a form used as a Subform.
http://www.lebans.com/recnavbuttons.htm
RecordNavigationButtons is an MDB containing code to replace the standard
Navigation Buttons. The custom buttons exactly emulate the standard
navigation bar including the autorepeat property.
--
HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
"Arno R" <arraNOcomSPAM@tiscali.nl> wrote in message
news:443e9897$0$2017$ba620dc5@text.nova.planet.nl. ..
I never used this property so I just tried.
==> don't think this works for record-navigation.
Anyone uses this property? For what purpose ?
Arno R
"Van T. Dinh" <VanThien.Dinh@discussions.microsoft.com> schreef in bericht
news:%23yAwRBwXGHA.4120@TK2MSFTNGP03.phx.gbl...[color=blue]
> Try setting the "Auto Repeat" Property (in the "Other tab of the
> Properties
> window) to Yes (True).
>
> --
> HTH
> Van T. Dinh
> MVP (Access)
>
>
>
> "bobdydd" <reallyuseful2004@yahoo.co.uk> wrote in message
> news:1144923477.356259.42130@t31g2000cwb.googlegro ups.com...[color=green]
>> 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
>>[/color]
>
>[/color]