andrewf10
Registered User.
- Local time
- Today, 03:16
- Joined
- Mar 2, 2003
- Messages
- 114
Here's a contender for the most ridiculous question ever posted on this brilliant site.
I'm attempting to disable the Menu Bar when my main form loads up. The code is standard stuff:
Private Sub Form_Open(Cancel As Integer)
DoCmd.ShowToolbar "Menu Bar", acToolbarNo
End Sub
But it only seems to work when I open the form in design mode and then go back to form view. It will not work unless I do this! Has anyone else ever seen this happen in Access 2000?
I'm attempting to disable the Menu Bar when my main form loads up. The code is standard stuff:
Private Sub Form_Open(Cancel As Integer)
DoCmd.ShowToolbar "Menu Bar", acToolbarNo
End Sub
But it only seems to work when I open the form in design mode and then go back to form view. It will not work unless I do this! Has anyone else ever seen this happen in Access 2000?