J
Jean-Paul
I posted a question how to open a form maximized...
I got this suggestion:
Private Sub Form_Open(Cancel As Integer)
DoCmd.Maximize
End Sub
This works perfectly
How to open a form not maximized...
The maximized form has some puchbuttons, one of them is to open a report
in preview mode. This also opens maximized while it better shouldn't...
so how to open it "less maximized"...
(if you understand )
Thanks
I got this suggestion:
Private Sub Form_Open(Cancel As Integer)
DoCmd.Maximize
End Sub
This works perfectly
How to open a form not maximized...
The maximized form has some puchbuttons, one of them is to open a report
in preview mode. This also opens maximized while it better shouldn't...
so how to open it "less maximized"...
(if you understand )
Thanks