Executing Access Reports
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I am trying to run an access report in c#. The report runs ok but I cannot seem to stop the dialog box asking for the report parameter. appAccess.DoCmd.OpenReport( reportName, Access.AcView.acViewPreview, "", whereCondition, Access.AcWindowMode.acHidden, ""); The filtername and openargs (the "" fields) and the whereCondition parameters of the above method do not seem to set the report parameter. How can I set a parameter value for this report? It ain't what you know that matters. Uncle Monkey