J
JoD
When I open my Access2003 database (in Access2007), the Visual Basic editor
window also opens. How do I prevent this from opening. The users don't need
to see the code.
I have an autoexec macro that opens the main form. The following is the macro:
Echo (Echo On: No)
Hourglass (Hourglass On: Yes)
SelectObject(Module:Sharedmodule containing function) - otherwise the
RunCode step did not work
RunCode(function in Sharedmodule)
OpenForm(MainForm,View:Normal, DataMode:Edit, WindowMode:Normal)
Close(Sharedmodule containing function)
window also opens. How do I prevent this from opening. The users don't need
to see the code.
I have an autoexec macro that opens the main form. The following is the macro:
Echo (Echo On: No)
Hourglass (Hourglass On: Yes)
SelectObject(Module:Sharedmodule containing function) - otherwise the
RunCode step did not work
RunCode(function in Sharedmodule)
OpenForm(MainForm,View:Normal, DataMode:Edit, WindowMode:Normal)
Close(Sharedmodule containing function)