Switchboard

E

Ellen

Hello, I have made a switchboard for my database and have
it open Maximized. When I go to one of the forms off of
the switchboard and exit that form, when it goes back to
the switchboard, it is no longer maximized. Is there a way
that when I close the form it will maximize the
switchboard again? Thanks
 
G

Guest

Hi Ellen

did you try the Form Activate Event?. if not, try this code (Form Activate Event

Private Sub Form_Activate(
DoCmd.Maximiz
End Su


----- Ellen wrote: ----

Hello, I have made a switchboard for my database and have
it open Maximized. When I go to one of the forms off of
the switchboard and exit that form, when it goes back to
the switchboard, it is no longer maximized. Is there a way
that when I close the form it will maximize the
switchboard again? Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top