First of all, the rs.count was saying that the object wasn't supported, but the rs.recordcount did. Although, at first I thought it wasn't working, but then I found that I was placing your recommendation in the wrong place.
This is totally cool. Up to now, I didn't know you could use variables to size an array, but I guess that is just during the initialization of the array. So during a ReDim you can?
Also, in reference to the .count property, why is it that certain types of recordsets use different properties, such as .count or cursor specs? Do you know of a good resource to learn the differences?
Thanks again,
Parallon
Main Topics
Browse All Topics





by: sirbountyPosted on 2008-09-25 at 10:51:13ID: 22572094
Have you tried using the rs.count?
ReDim Preserve SpecArray(rs.count,8)