OK, here's what I am trying to do. I have a function that queries two different tables in a DB using 2 queries. I eventually want to get the info from both of these queries into one array, and pass it to another function to be printed out.
What I did was set each SQL statement = to a recordset.
Now, I am attempting to read each recordset into the same array. I just not sure what I am doing wrong.
Does this make any sense.....am I on the right track? Or does anyone know of a better method?
You help is greatly appreciated!
What I did was set each SQL statement = to a recordset.
Now, I am attempting to read each recordset into the same array. I just not sure what I am doing wrong.
Does this make any sense.....am I on the right track? Or does anyone know of a better method?
You help is greatly appreciated!