M MyndPhlyp Jan 22, 2004 #2 Mark Mulherin said: How should I read a field for each record in a table into an array? Click to expand... Dim array() array = RS.GetRows [rows], [start], [fields] I believe the parameters on GetRows are all optional.
Mark Mulherin said: How should I read a field for each record in a table into an array? Click to expand... Dim array() array = RS.GetRows [rows], [start], [fields] I believe the parameters on GetRows are all optional.