Put the following code in the Activate event of your control panel.
DoCmd.Maximize

Signature
Lynn Trapp
Microsoft MVP (Access)
www.ltcomputerdesigns.com
>Put the following code in the Activate event of your control panel.
>
>DoCmd.Maximize
I now have DoCmd.Maximize in on_load, on_resize, on_activate,
on_dactivate.
The control panel is now like a strob light.
When I open the smaller forms, it still resizes to "restore".
When I close the smaller froms, it now automatically resizes to
"maximize"????
There must be a way to keep it maximized and let the smaller forms
open in front of it?
Please? Yes? No?
missinglinq - 30 Nov 2006 14:50 GMT
On the forms you want to appear on top of your main form, set:
Border Style Dialog
Popup YES
Modal YES

Signature
There's ALWAYS more than one way to skin a cat!
Answers/posts based on Access 2000