Dear All,
I'm trying to set the size of the form in Access 2007 using VBA using below code but this is not working. This was working in Access 2003.
On Form_Load() I'm calling method PositionForm
This is not working not sure why.
I have set Auto Resize to "No", Auto Center to "No". I have set the border style to "Sizeable".
Would anyone have an idea of what I am missing? Is there some option that needs to be set?
Thanks a lot for your help in advance!
I'm trying to set the size of the form in Access 2007 using VBA using below code but this is not working. This was working in Access 2003.
On Form_Load() I'm calling method PositionForm
Code:
DoCmd.MoveSize 100, 100, 600, 600
This is not working not sure why.
I have set Auto Resize to "No", Auto Center to "No". I have set the border style to "Sizeable".
Would anyone have an idea of what I am missing? Is there some option that needs to be set?
Thanks a lot for your help in advance!