forms dimension

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to alter the dimension of a form (height / width) at runtime. How would i do that in code?
 
Use DoCmd.MoveSize - it takes 4 arguments; Right, Down,
Width & Height
-----Original Message-----
I want to alter the dimension of a form (height / width)
at runtime. How would i do that in code?
 
Back
Top