"gdsolovay" <u48002[ at ]uwe> wrote in message news:8e36adfa52b24[ at ]uwe...
[Quoted Text] > Is there a way to have ALL forms (I have dozens) maximize. I've heard > about > using the docmd.maximize code for an individual form, but looking instead > for > module language (or similar global fix) that would have all forms > maximized > when opened.....THANKS!
You've heard wrong. When you use DoCmd.Maximize *everything* is maximized. That's how Microsoft's Multiple Document Interface works.
|