H
Harry
Hi all, when I using Access 2002, the openreport takes in
an OpenArgs as below:
expression.OpenReport(ReportName, View, FilterName,
WhereCondition, WindowMode, OpenArgs)
However, when I tried this on Access 2000, the error msg
say wrong number of parameters. From the VBA help, it
appears that it does not accept the last parameter. Any
way to get around this problem?
Thanks in advance.
an OpenArgs as below:
expression.OpenReport(ReportName, View, FilterName,
WhereCondition, WindowMode, OpenArgs)
However, when I tried this on Access 2000, the error msg
say wrong number of parameters. From the VBA help, it
appears that it does not accept the last parameter. Any
way to get around this problem?
Thanks in advance.