jake7363
Technical User
- May 31, 2006
- 56
Hi,
I have a custom toolbar that I want hidden on a form that is not connected to a database; it is serving as a "Splash Screen."
Here is the Code:
Private Sub Form_Load()
DoCmd.ShowToolbar "myToolbar", acToolbarNo
End Sub
When the form opens, it shows briefly, then closes immediately. I commented the code, and the form opens fine.
What am I missing?
Thanks in advance,
Jake
I have a custom toolbar that I want hidden on a form that is not connected to a database; it is serving as a "Splash Screen."
Here is the Code:
Private Sub Form_Load()
DoCmd.ShowToolbar "myToolbar", acToolbarNo
End Sub
When the form opens, it shows briefly, then closes immediately. I commented the code, and the form opens fine.
What am I missing?
Thanks in advance,
Jake