Maximum form view

L

Loi

Hi,
Please show me how I maximum form view.

Every time I open a form, it appears in a small view.
Therefore I have to maximum it by clicking square button
located at corner.

Thank you
Chi Huynh
 
C

Cheryl Fischer

Put the following code in the On Open event of your form:

DoCmd.Maximize


hth,
 
Top