resize a pop up form

R

Ra

Hi,

I have a main form with a number of buttons on it.
All the buttons are set to open different forms.
All the forms are set to pop up “yes’ and modal “noâ€.
Interesting enough sometimes one form or another will open totally
minimized. I have to go back to design, and resize the form as if it’s not
set to pop up.

Do I need another setting?

Please advise.

Thank you,
 
T

tina

try adding the following code to the form's Load event procedure, as

DoCmd.Restore

hth
 
Top