-
I try to run an Access report and use the following command in order to maximize the Access window :
Dim loObject as new access.application
loObject.docmd.runcommand (10)
In this way, the maximize has no effect.
If put the same line twice, it works fine but with the window is flashing. What is wrong in our approach ?
Marci Sarwan ([email protected])
-
Are you in Access?
Hi,
Is you application running in Access? I guess it really doesn't matter, but in the OnOPen event of your report put in the following line:
That should do it. I don't have an chance to test it right at this moment.
JazzBass :D
-
Hi JazzBazz,
I want Access application window to be maximised and if possible to be controlled by the VB application. How do you do that?
Marci S