Must be the Syntax
I seem to be getting prompted for the values that the WHERE condition has in it. For instance:
dim strWhereSQL as string
strWhereSQL = "[MASTER_TYP_ID_ADMINCO] = 53"
DoCmd.OpenReport rsRunningReports!report_name, acViewNormal, , strWhereSQL
The report runs fine when I open...