New Form position

  • Thread starter Thread starter Stefan Gutten
  • Start date Start date
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
 
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.
 

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

Back
Top