T
TransProg
I would like to change the position of the Startup form but can't seem to get
it to work. In the Form_Open event I have the code:
DoCmd.MoveSize 800, 400
which works fine when the form opens any other way but during Startup. What
is it about the Startup that won't position the form to the location I
specify in the Open event?
Thanks for your help!
it to work. In the Form_Open event I have the code:
DoCmd.MoveSize 800, 400
which works fine when the form opens any other way but during Startup. What
is it about the Startup that won't position the form to the location I
specify in the Open event?
Thanks for your help!