I want to create an array depending on the size of a recordset. Let say recSet.RecordCount = 4
So, I want my array to be testArray(3)
I want something like this:
testArray(recSet.RecordCount - 1)
Now, I can't do that, but that is the basic effect I would like to get. Any ideas guys?
So, I want my array to be testArray(3)
I want something like this:
testArray(recSet.RecordCount - 1)
Now, I can't do that, but that is the basic effect I would like to get. Any ideas guys?