J
John
I have two forms open at the same time as the code.
StDocName1 = "Forms1"
StDocName2 = "Form2"
DoCmd.OpenForm stDocName2, , , stLinkCriteria
DoCmd.OpenForm stDocName1, , , stLinkCriteria
For the form2 it set to Maximum and the Form1 is small as
1/4 size of the Form2. When it open the Form1 is active
first. When I click on Form2, I don't want Form1 to be
minimize. I would like to be able to see two form at the
same time. It doesn't matter what for I click on. How Can
I do that?
Any help woud be very appreciated.
StDocName1 = "Forms1"
StDocName2 = "Form2"
DoCmd.OpenForm stDocName2, , , stLinkCriteria
DoCmd.OpenForm stDocName1, , , stLinkCriteria
For the form2 it set to Maximum and the Form1 is small as
1/4 size of the Form2. When it open the Form1 is active
first. When I click on Form2, I don't want Form1 to be
minimize. I would like to be able to see two form at the
same time. It doesn't matter what for I click on. How Can
I do that?
Any help woud be very appreciated.