C
Chad
hello, When I open my DB I want a form to minimize and one to stay open. Im
using
DoCmd.OpenForm "frmSlitterSetUp"
DoCmd.Minimize
To minimize the other form but my problem is if the minimized form is
minimized and I minimized the entire DB and then maximize the DB then the
form that was minimized is now open as well instead of the way I left it. How
do I fix this? Thanks!
using
DoCmd.OpenForm "frmSlitterSetUp"
DoCmd.Minimize
To minimize the other form but my problem is if the minimized form is
minimized and I minimized the entire DB and then maximize the DB then the
form that was minimized is now open as well instead of the way I left it. How
do I fix this? Thanks!