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
DoCmd.MoveSize 100, 100, 600, 600
This is not working not sure why.
I have set Auto...