A
accesswanabe
I have a form that I am trying to use as a modal dialog. I have the form's
PopUp and Modal properties set to Yes. I open the form using vba with the
following: DoCmd.OpenForm "frmInvoiceItemsforDaily", , , , , acDialog
I also have the form's Border Style set to Sizeable. This is because I
would like the dialog to be a certain size. When I save the form in form
view after sizing it the way I want, the next time the code runs, the form
displays as intended. The very next time the code runs, the form becomes
tiny...no data or fields are visible. Not sure what to do about this problem.
Anyone have any ideas?
PopUp and Modal properties set to Yes. I open the form using vba with the
following: DoCmd.OpenForm "frmInvoiceItemsforDaily", , , , , acDialog
I also have the form's Border Style set to Sizeable. This is because I
would like the dialog to be a certain size. When I save the form in form
view after sizing it the way I want, the next time the code runs, the form
displays as intended. The very next time the code runs, the form becomes
tiny...no data or fields are visible. Not sure what to do about this problem.
Anyone have any ideas?