DoCmd.RunCommand acCmdCompileAndSaveAllModules -
01-24-2009
, 06:04 AM
A97
I tried running DoCmd.RunCommand acCmdCompileAndSaveAllModules
from within a procedure in a global module. It fails with a 2046
error. Is it not a command I can use in a running VBA script?
I closed the app, restarted A97, tried again. Same failure. |