A
Ana
Hi,
I use a dialog form to bring up a report and I'd like to close the form
automatically once the report is brought up.
The below code doesn't work. What's the solution?
TIA
Private Sub Comman2_Click()
DoCmd.OpenReport "Test", acViewPreview
DoCmd.Close
End Sub
I use a dialog form to bring up a report and I'd like to close the form
automatically once the report is brought up.
The below code doesn't work. What's the solution?
TIA
Private Sub Comman2_Click()
DoCmd.OpenReport "Test", acViewPreview
DoCmd.Close
End Sub