K
Karen
I have created my own menu (switchboard) form. I just have a few labels and
buttons with code as the event procedures.
When I click on a button to perform a function (open a form) and then close
that form the menu form is not maximized any more.
The form properties are
Default View Single form
Allow Form View Yes
Allow data sheet No
Allow PivotTable No
Allow PivotChart No
Scroll Bars Neither
Record Selectors No
Navigation Buttons No
Dividing Lines No
Auto Resize Yes
Auto Center Yes
Border Style Sizable
Control Box No
Min Max Buttons No
Close Button No
Whats this button No
Width 10.0625"
How do I make that form stay maximized? Do I need to close the menu form,
open the form that does the function requested, close that form, open the
menu form again in each event procedure?
Thanks in advance for all of your help.
Karen
buttons with code as the event procedures.
When I click on a button to perform a function (open a form) and then close
that form the menu form is not maximized any more.
The form properties are
Default View Single form
Allow Form View Yes
Allow data sheet No
Allow PivotTable No
Allow PivotChart No
Scroll Bars Neither
Record Selectors No
Navigation Buttons No
Dividing Lines No
Auto Resize Yes
Auto Center Yes
Border Style Sizable
Control Box No
Min Max Buttons No
Close Button No
Whats this button No
Width 10.0625"
How do I make that form stay maximized? Do I need to close the menu form,
open the form that does the function requested, close that form, open the
menu form again in each event procedure?
Thanks in advance for all of your help.
Karen