Build an Array from a records in a table

  • Thread starter Thread starter Mark Mulherin
  • Start date Start date
Mark Mulherin said:
How should I read a field for each record in a table into
an array?

Dim array()
array = RS.GetRows [rows], [start], [fields]

I believe the parameters on GetRows are all optional.
 
Back
Top