Possible..
Open it as "acDialog"
AutoResize=False
AutoCenter=Yes/No
Border=Dialog
Menubar=MyCustomMenuBar
.....
________________________________________________________
Zameer Abdulla
Help to find Missing people Education's purpose is to replace an empty mind with an open one.
~Malcolm S. Forbes~
Private Sub Form_Open(Cancel As Integer)
DoCmd.Restore
End Sub
The above event procedure restores the form to normal size.
Yes, You can show a custom MenuBar for a form.
In Properties Window Click on "Other" Tab
In "Menu Bar" Property Option Select the Custom MenuBar you want.
Close Property Window.
Save the Form and switch to Form View Mode.
When the Form Opens, the associated Custom MenuBar appears along with the Form.
When the form is closed, the Default MenuBar is restored.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.