D
Dan @BCBS
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
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