I have a script which retrieves data into 3 different recordsets. They are called rs1, rs2 and rs3.
I have quite a large piece of code later on in the script so I have created a function to save save space etc.
Within the function I wish to use the information from the recordsets opened...
In vbscript I have a piece of code that is used many times on a page so I am putting it into a function.
The problem I am having is that this piece of code uses information from a recordset that is retrieved earlier in the script.
I want to pass the name of the recordset to the function and...