Maximizing Access Database that is minimized

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Posted simular question in Monster Access didn't get response.

Have the following code:

DoCmd.Minimize
Call Shell("msaccess ""N:\Databases\Memo.mdb""", 1)

The above command minimizes the current database and then opens my Memo
Database.

I have a command button on the Memo Database that states Docmd.Quit

Question: What could I put on the command button after the DoCmd.Quit to
maximize the database that I minimized.

Thanks
 
I don't know of a way to restore the first database, but maybe this will
work for you.

I've opened another database using shell and opened it maximized with focus.
As it was maximized, I had no need to minimize the first one.
 
Back
Top