I have a report which when I open it does not stay on the screen, it gets minimized. I have the following code
Is there something I have forgotten?
tia Jack
Code:
Private Sub chkDisplayLabel_Click()
DoCmd.OpenReport gcstrPatronRequestILLSLabelsReportName, acViewPreview, , " nIdentity = " & glngSelectedIdentity
End Sub
Is there something I have forgotten?
tia Jack