ACCESS2003版本加了宏安全性級別的設置,設置地用處在處不表。方法:
操作菜單
可以自定義菜單,或直接調用菜單上的操作:
CommandBars("menu bar").Controls("工具(&T)").Controls("宏(&M)").Controls("安全性(&S)...").Execute
設置注冊表(運行時不適用):
[HKEY_CURRENT_USERSoftwareMicrosoftOffice11.0AccessSecurity]
"Level"=1 //低
"Level"=2 //中
"Level"=3 //高