I have a button on a form which runs a series of reports. Once the reports are run the Access database minimizes to the task bar (not system tray)
I added a line ... DoCmd.Maximize in hopes of restoring the form (no luck).
I tried adding a line to restore the form ... DoCmd.OpenForm "frmMPSAccess", acNormal. Again, no luck.
How can I restore the form?
Thanks
I added a line ... DoCmd.Maximize in hopes of restoring the form (no luck).
I tried adding a line to restore the form ... DoCmd.OpenForm "frmMPSAccess", acNormal. Again, no luck.
How can I restore the form?
Thanks