Quantcast
Channel: dBforums – Everything on Databases, Design, Developers and Administrators
Viewing all articles
Browse latest Browse all 13329

Run-time error -2147024809 (80070057)

$
0
0
I get the preceding error message when trying to open a specific report. below is the VB code with the highlighted (problem) text;

Private Sub cmdOpenReport_Click()
Dim stDocName As String
astrParams (0) = "'" & Me.cboAirspace & "'"

stDocName = "rptActsSpecial"
DoCmd.OpenReport stDocName, acViewPreview
Me.Visible = FALSE

End Sub

Any Ideas?

Viewing all articles
Browse latest Browse all 13329

Trending Articles