Office中国论坛/Access中国论坛

标题: 这样的代码怎么写??? [打印本页]

作者: kty    时间: 2005-1-26 18:35
标题: 这样的代码怎么写???
Dim a

当A=0时,窗体上所有控件标记含有"AKT"的控件的可见性=true
作者: cg1    时间: 2005-1-26 18:49
dim b for each b in me.controls    if a=0 and b.tag="AKT" then        b.visible=true    else        b.visible=false    end ifnext
作者: kty    时间: 2005-1-26 18:56
标题: 谢谢~~~
谢谢~~




欢迎光临 Office中国论坛/Access中国论坛 (http://www.office-cn.net/) Powered by Discuz! X3.3