matrixindicator
IS-IT--Management
Hey,
I open from my main form another form as a dialog box.
The size of the dialog box seems default and is wider then the content. Is there a way to fix the size of the box to its content (the fields).
I open from my main form another form as a dialog box.
Code:
DoCmd.OpenForm "FORMSUB_CUST_NEW", acNormal, , , , acDialog
The size of the dialog box seems default and is wider then the content. Is there a way to fix the size of the box to its content (the fields).