B
Brian Paul
I have the following code:
DoCmd.Minimize
Call Shell("msaccess ""N:\Databases\Football 2006.mdb""", 1)
What this does is minimize the current database and then opens and maximized
the football.mdb database leaving the current database minimized. However, I
would on docmd.quit Command buton on the football.mdb, main form. Maximize
the Current Database that was maximized.
Thanks.
DoCmd.Minimize
Call Shell("msaccess ""N:\Databases\Football 2006.mdb""", 1)
What this does is minimize the current database and then opens and maximized
the football.mdb database leaving the current database minimized. However, I
would on docmd.quit Command buton on the football.mdb, main form. Maximize
the Current Database that was maximized.
Thanks.