J
John C.
I have a form that must remain maximized while displayed.
I have tried the following event in the forms code (the
msgbox is for testing):
Private Sub Form_Resize()
MsgBox "Form has been resized."
DoCmd.SelectObject acForm, "frmUnitData"
DoCmd.Maximize
End Sub
Line 2 and 3 seem to have no effect...???
I have tried the following event in the forms code (the
msgbox is for testing):
Private Sub Form_Resize()
MsgBox "Form has been resized."
DoCmd.SelectObject acForm, "frmUnitData"
DoCmd.Maximize
End Sub
Line 2 and 3 seem to have no effect...???