Access 2010按钮单击属性 [英] Access 2010 Button Click Property

查看:130
本文介绍了Access 2010按钮单击属性的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


任何人都知道命令按钮的属性是什么。



即这样的代码是什么。



Private Sub Form_Load()


 点击按钮名为修改


结束子



谢谢。



解决方案

 Private Sub Modify_Click()

End Sub




您所需要做的就是将Click属性更改为 [事件过程] ,然后单击右侧的省略号(...)进入该代码块内的VB编辑器。如果您已经在VB编辑器中,请从模块左上角的下拉菜单中选择控件
的名称,并从右上角的下拉菜单中选择事件。


Hi,

Anyone know what is the Property for the Command Button Click.

i.e what is the code for something like this.

Private Sub Form_Load()

 Click button called Modify

End Sub

Thanks.

解决方案

Private Sub Modify_Click()

End Sub


All you need do is change the Click property to [Event Procedure], then click on the ellipsis (...) to the right of that to be taken into the VB Editor inside that block of code. If you're already in the VB Editor, select the name of the control from the pull-down at the top left of the module, and the event from the pull-down at the top right.


这篇关于Access 2010按钮单击属性的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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