A
Alan T
This is I am using to open a form:
DoCmd.OpenForm "frmEmployee", acNormal, , , acFormAdd, acWindowNormal
I noticed the form opened is wider than what at design time.
Can I open the form the same layout as at design time?
DoCmd.OpenForm "frmEmployee", acNormal, , , acFormAdd, acWindowNormal
I noticed the form opened is wider than what at design time.
Can I open the form the same layout as at design time?