Getting the Right Window Size for A Form

  • Thread starter Thread starter Patrick
  • Start date Start date
P

Patrick

I am trying to open a form in non Maximised state. So on open I execute:

DoCmd.Restore

But the Window opens in a maximised state and I do not want that.

The thing in the previous window, I execute DoCmd.Maximise ... the window
opens in maximised state.

How can I get round this problem?
 
Back
Top