Hi
I'm trying to pass parameters via VB6.
Report.ParameterFields(1).AddCurrentValue ("PM001")
Report.ParameterFields(2).AddCurrentValue (10409)
Report.ParameterFields(2).AddCurrentValue (text2)
Text2 is a textbox which the user can enter a JobID and view that report.
I get a Type Mismatch13 error everytime. What is the correct ayntax to pass the parameter.
Regards