Form Showing Reports Problem
Hi All
I am using a form to show all the reports in my database.
The problem I am having is that when I select any report for preview the report is showing behind the form.I need any report to display in front of this form
The code I am using Private Sub cmdPreview_Click()
On Error GoTo ErrorHandler
ProcessReport acViewPreview
ErrorHandlerExit:
Exit Sub
ErrorHandler:
MsgBox "Error No: " & Err.Number & "; Description: " & Err.Description
Resume ErrorHandlerExit
End Sub
Thanks
Brendan Bartley
__________________
Brendan Bartley
|