A
Access101
I use DoCmd.Maximize for Form_A.
One button on Form_A uses the DoCmd.OpenForm "name" (no arguments) to open
FormB.
When I close Form_B and return to Form_A, Form_A is still Maximized like it
should be.
Another button on Form_A uses the Docmd.OpenReport "name" (no arguments) to
open a report.
When I close Report_C, Form_A has changed size.
I'm looking for any hint of code, or Modal/PopUp or anything that could make
this happen. In many other databases I swear I do the same thing (Open a
report and return to the main form), and this resizing does not take place.
Any help is appreciated.
One button on Form_A uses the DoCmd.OpenForm "name" (no arguments) to open
FormB.
When I close Form_B and return to Form_A, Form_A is still Maximized like it
should be.
Another button on Form_A uses the Docmd.OpenReport "name" (no arguments) to
open a report.
When I close Report_C, Form_A has changed size.
I'm looking for any hint of code, or Modal/PopUp or anything that could make
this happen. In many other databases I swear I do the same thing (Open a
report and return to the main form), and this resizing does not take place.
Any help is appreciated.