Is showing one window maximized (like the switchboard) and another restored
(just some small form for data entry) at the same time possible?
Maurice - 17 Jul 2007 18:40 GMT
It is possible but there is one minor drawback. If you open the first form
maximized the second form will be maximized as well. What you can do is open
the first maximized and then set the second form to popup.
hth

Signature
Maurice Ausum
> Is showing one window maximized (like the switchboard) and another restored
> (just some small form for data entry) at the same time possible?
Marshall Barton - 17 Jul 2007 18:43 GMT
>Is showing one window maximized (like the switchboard) and another restored
>(just some small form for data entry) at the same time possible?
Only if the small form is a popup or dialog form.
The more usual approach is to make the first form large
(using MoveSize) without maximizing it.

Signature
Marsh
MVP [MS Access]
Paterson - 17 Jul 2007 18:56 GMT
Thanks guys
> Is showing one window maximized (like the switchboard) and another restored
> (just some small form for data entry) at the same time possible?