Access 2010 Runtime Behavior

DBug

Registered User.
Local time
Today, 16:08
Joined
Jan 3, 2017
Messages
24
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?
 
Me.maximize is the form.
You can hide the database window so it never restores.
 
How do I hide the database window in runtime?
 

Users who are viewing this thread

Back
Top Bottom