I have a form without any toolbars etc, that contains the logo of the company. It has to be always on the background. And needs to be the same size as the application window.
I can't maximize the form because that means that my other forms will also be maximized. And they weren't designed for that.
So I would somehow need to get the width and height of the main access window.
somethin like this:
docmd.MoveSize 0,0, acceswindow.width, acceswindow.height
Is there any way to do this?
I can't maximize the form because that means that my other forms will also be maximized. And they weren't designed for that.
So I would somehow need to get the width and height of the main access window.
somethin like this:
docmd.MoveSize 0,0, acceswindow.width, acceswindow.height
Is there any way to do this?