I need a function that will loop through a recordset that has 3 fields, change the value of the number in the second column, and return the recordset so I can create a chart with it.
I've tried a number of different options, but there are problems with all the solutions I have tried so I decided not to confuse you by including all the different version of code I have written.
So, if I pass $rs to a function, how should I loop through it so I can return a different value for the second column which is named $rs['High']?
I've tried a number of different options, but there are problems with all the solutions I have tried so I decided not to confuse you by including all the different version of code I have written.
So, if I pass $rs to a function, how should I loop through it so I can return a different value for the second column which is named $rs['High']?