Hello,
I am trying to alter the size of a form. In the Load event I have the following code, but nothing happens, the form opens to it usual size:
DoCmd.MoveSize , , 1440 * 8, 1440 * 6
Am I missing something. Could there be a property set, that disables the movesize method. Please note, that I have set the forms in the application to overlapping windows.
Thanking you in advance for your help!
I am trying to alter the size of a form. In the Load event I have the following code, but nothing happens, the form opens to it usual size:
DoCmd.MoveSize , , 1440 * 8, 1440 * 6
Am I missing something. Could there be a property set, that disables the movesize method. Please note, that I have set the forms in the application to overlapping windows.
Thanking you in advance for your help!