Switchboard

  • Thread starter Thread starter Ellen
  • Start date Start date
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
 
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
 
Back
Top