I am getting a message saying value/range you are adding has already existed. I am runnung the crystal report using VBscript. I am accessing SQL tables to get parameter values for the report. the error occurs on this line of code.
Code:
crParameter.AddCurrentValue CStr(Trim(ParValue(i)))