Resize Access main window from Access form
When I open a certain form in Access I want the Access main window to disappear or at least get hidden behind the form.
I can not minimize it because that brings down my form too.
I have made my form Menu and the border Dialogue, so it can exist outside the main form.
My problem is that I can not change properties like width, height, left, and top for the main window.
I have tried following, but I do not know how to continue.
AppActivate ("Microsoft Access")
SendKeys "% ", False
SendKeys "{Down}", False
SendKeys "{Down}", False
SendKeys "{Enter}", True
Is there anyone who can help me?
|