Minimize MSaccess (4 Viewers)

phillip

New member
Local time
Today, 15:36
Joined
Aug 21, 2025
Messages
9
I am using the “DoCmd.RunCommand acCmdAppMinimize” code on a form button to minimize msaccess down to the taskbar, which works great.

However, when there are two or more forms open, with one of them having the focus, when the user reopens msaccess from the taskbar, it does not always return back to the same form that had the focus.

Any suggestions?
 
My thoughts were to store the name and then select it again.

Not sure how you determine the window has been maximised again though?
 
When I hide the Access interface, I am scrupulous about only having one form open at a time. Problem solved
 

Users who are viewing this thread

Back
Top Bottom