Hi guys I what to create Dynamic variables when I loop through and recordset, I have read this forum : http://bytes.com/forum/thread436288.html

But see my problem is that so af the variables need to be an array.

Example:
Code:
 
Dim ObjParmArr
Dim ArrayCounter
Dim i
Dim ParmList
Dim ParmFields
Set ObjParmArr = New DynamicArray
 
ArrayCounter = 0
 
SQLQuery.CommandText
...