I have 2 databases (accdb). Both databases have a loading pop form. Also both databases include the following line of code when the loading form opens:
This code works great when I open the databases individually. but my problem is that I have a label on the pop form in accdb 1 with its hyperlink address set to accdb 2 and the subaddress set to the macro name.
The hyperlink opens the database 2 just fine and it opens the loading form but it doesn't minimize the application window.
Is there something I should be doing with the target property?
Code:
docmd.runcommand acCmdAppMinimize
This code works great when I open the databases individually. but my problem is that I have a label on the pop form in accdb 1 with its hyperlink address set to accdb 2 and the subaddress set to the macro name.
The hyperlink opens the database 2 just fine and it opens the loading form but it doesn't minimize the application window.
Is there something I should be doing with the target property?