I am trying to set Access App minimized on form load, then have the main for as a POPup.
I am using:
Private Sub Form_Load()
DoCmd.RunCommand acCmdAppMinimize
End Sub
This makes Access minimize on the taskbar and the main form pop up in a normal size.
When I select a command button to open a report I get a bar with the name on it. Such as:
If I go to the report in design mode then save (nothing has changed) the report sizes as normal, even if I close it and reopen it. When I close Access and restart, it goes back to the bar mode.
I can select and drag it open to the size I want, but that defeats the purpose. I can put docmd.maximize, but that defeats what I am trying to do.
Properties:
Thanks
Wayne