New Form position

S

Stefan Gutten

I want to show my form on position
Left = 0
Top = 0

And I want to change the size of new form.

How to do it?

Thank
 
D

Dirk Goldgar

Stefan Gutten said:
I want to show my form on position
Left = 0
Top = 0

And I want to change the size of new form.

How to do it?

Thank

Check the MoveSize method (of the DoCmd object) in the online help, in
the Microsoft Access Visual Basic Reference section.
 
Top