Maximize Report

G

Guest

Simple Question:
Could you please show me the code to Maximize this report??
---------------

Private Sub Report_Open(Cancel As Integer)
On Error GoTo Err_Report_Open

Forms!f_UpheldMenu.Visible = False

Exit_Report_Open:
Exit Sub

Err_Report_Open:
MsgBox Err.Description
Resume Exit_Report_Open

End Sub
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top