forms dimension

S

socka

I want to alter the dimension of a form (height / width) at runtime. How would i do that in code?
 
G

Gerald Stanley

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top