G
Guest
I know this has been asked before, and I have searched google and found many references to the auto exec macro, but still this doesn't work. The code below is what I have to turn off the menu bar
Function RemoveMenuBarPuhlease(
DoCmd.ShowToolbar "Menu Bar", acToolbarN
End Functio
Now how do I make it run when the database starts. I have created a macro called AutoExec, and called this function, but that doesn't seem to work. Is the naming of that macro case sensitive. What can I do here, in excel it was a simple auto_open, what do I do in Access
Thanks
Function RemoveMenuBarPuhlease(
DoCmd.ShowToolbar "Menu Bar", acToolbarN
End Functio
Now how do I make it run when the database starts. I have created a macro called AutoExec, and called this function, but that doesn't seem to work. Is the naming of that macro case sensitive. What can I do here, in excel it was a simple auto_open, what do I do in Access
Thanks