popup form restore/max problem

  • Thread starter Thread starter Jimbo
  • Start date Start date
J

Jimbo

Hello group, I have a popup form I launch from my main
form. The problem is when I do this the form would be
maximized like my main form so I used DoCmd.restore in the
command button. That works fine, but my main form is going
from max to restore size as well. Anyway to fix this?
And two, the tool bars I hid are not visible. help!

Jimbo
 
Hello

Place the DoCmd.Restore command in the OnActivate Event of the form.

Best Regards

Maurice St-Cyr
Micro Systems Consultants, Inc.
 
Back
Top