Make Popup Form (Dialog)'s height as same as Window/Montior/Screen Height

accessman2

Registered User.
Local time
Today, 03:08
Joined
Sep 15, 2005
Messages
335
Hi,

When the user click the button, then it will give out a popup form to the screen, but I want to make the popup form's height as same as the screen/window/monitor's height, because the popup form's height is larger than the screen's height, and every user's monitor's height is different. So, I have to make it flexiable change of the height of the popup form.
How can I check the screen/window height by VBA function?
In Excel, it has Application.Height to check. In MS Access Form, I cannot find one for doing that.

Please let me know if you have one.
Thanks.
 
could you not just maximize the window upon opening it?
 

Users who are viewing this thread

Back
Top Bottom