I designed a Report form with command buttons to call a 2nd Report form. The 2nd Report form has numerous command buttons that preview reports. The 2nd Report form is set with PopUp & Modal to YES because that was the only way I could get the min max buttons to not appear. The problem with this is that the 2nd Report Form stays on top of the actual Report. To fix this I did a DoCmd.close to close the 2nd Report Form. Now the users want the 2nd Report form to stay open. When I remove DoCmd.Close and Change PopUp to No, the 2nd Report Form stays put and the Report opens over top, but now the 2nd Report form has the min mix buttons. Any help would be appreciated.
Sharon
Sharon