Main Form Maximised always?

W

What-a-Tool

Want my DB to open to a main form that will always be maximized to fill the
entire application window.

DoCmd.Maximize accomplishes this, until I open another form, that is. Then
the forms appear to tile across the display. I want this main form to always
remain maximized and in the background behind any other forms I open.

How can I accomplish this?

Thanks

--

/ Sean the Mc /

"Opinions are like flatulence - everyone loves the sound of their own, but
anyone else's usually just stinks !"
-anonymous
 
D

david epsom dot com dot au

Set the popup property to true on all your other forms.

Popup forms are controlled by the Windows Desktop, not
by the Access Application Window. Forms in your Access
Application window don't change when you open or close
a Popup form.


(not tested)

(david)
 
Top