B
BrianPaul
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
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