Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Arrays
Message
From
14/12/2001 01:12:00
 
General information
Forum:
Visual Basic
Category:
Other
Title:
Re: Arrays
Miscellaneous
Thread ID:
00594191
Message ID:
00594259
Views:
26
>I have a recordset that has a variable number or integers that I would like to add to an array. I then want to loop through this array during other subs and functions. Does anyone have some advice to get started?

Both DAO and ADO recordsets have a function called GetRows() that returns your data in a multidimensional array. You might need to do some transposing because the result gives you columns and rows that are the opposite of a recordset. HTH
Previous
Reply
Map
View

Click here to load this message in the networking platform