I have converted a 2003 .mdb databases into a 2010 .accdb which works fine in a runtime environment except the behaviour of the minimize and restore.
The form uses a Form_Open event commend:-
DoCmd.RunCommand acCmdAppMinimize
to hide the access application window so it appears like a stand alone app
This works fine in the runtime environment when opening, but when minimized then restored, it also restores the application as well as the Form window. Is there a way of restoring just the form?
The form uses a Form_Open event commend:-
DoCmd.RunCommand acCmdAppMinimize
to hide the access application window so it appears like a stand alone app
This works fine in the runtime environment when opening, but when minimized then restored, it also restores the application as well as the Form window. Is there a way of restoring just the form?