【发布时间】:2013-12-20 19:48:00
【问题描述】:
我可以访问 2007 表单,我想测试特定控件(切换按钮)是否具有焦点,
类似:
if gotfocus(mytoggle) then
dosomething
endif
或者可能像:
if me.mytoggle.setfocus = true then
dosomething
endif
我已经搜索并找不到这个,有人可以告诉我这样做的正确方法是什么吗?
【问题讨论】:
-
Application.Caller是否在 Access 中工作?
标签: vba ms-access ms-access-2007