自动滚动记录 [英] Automatically scroll through records

查看:100
本文介绍了自动滚动记录的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好


Access 2000 Windows xp

在一个表格上,一个命令按钮连接到1的数据库>
千条记录。


我希望能够按下命令按钮并自动

尽快滚动记录。然后停在

记录集的末尾。


如下所示,但是连续的。


私人Sub CmdScroll_Click()

DoCmd.GoToRecord ,, acNext

End Sub


谢谢

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

推荐答案

大家好


哎呀!应该看过:


Windows XP上的Access 2000

在连接到1000条记录的数据库的表格上.....有/ >
命令按钮CmdScroll

我希望能够按下命令按钮并自动

尽快滚动记录。然后停在

记录集的末尾。

如下所示,但是连续的。

Private Sub CmdScroll_Click()

DoCmd.GoToRecord ,, acNext

End Sub

谢谢

Hi Everybody

Oops! Should have read:

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


为什么不呢使用垂直滚动条?如果你点击&按住右边

的地方,数据将尽可能快地向下滚动,而不需要

需要任何代码。


HTH,

TC(MVP访问)
http:/ /tc2.atspace.com

Why not use the vertical scrollbar? If you click & hold in the right
place, the data will scroll downwards as fast as it can, without the
need for any code.

HTH,
TC (MVP Access)
http://tc2.atspace.com


您好TC

感谢您的快速回复...... ......我可能没有正确地解释自己




我要做的是点击

CmdScroll。

像往常一样转到下一条记录......但........转到下一条记录

........转到下一条记录.......转到下一条记录.......直到它

到达eof。


我认为Access WIndows

表格底部的导航按钮是我想要达到的效果。

Hi TC
Thanks for the swift reply.........I am probably not explaining myself
correctly.

What I am trying to do is to go from record to record by clicking on
the CmdScroll.
Like the normal go to next record......but........go to next record
........go to next record .......go to next record .......until it
reaches the eof.

I suppose the navigation buttons at the bottom of an Access WIndows
form is the effect I''m trying to achieve.


这篇关于自动滚动记录的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆