Hello, I'm experiencing a run-time error 3000. The following is an excerpt of the code that I'm using:
If [report selection] = 3 Then
DocName = "rptGrossFieldSummary"
Set qdfList = db.QueryDefs("qrySp_GrossFieldSummary")
strSQL = "exec sp_GrossFieldSummary'" & Application.CurrentUser & "','"...