Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

2D Array

Status
Not open for further replies.

giahan

Programmer
Joined
Sep 1, 2000
Messages
139
Location
US
Hi all,

I have a table with 3 columns (ie. itemA, itemC, itemX)
How do I create a 2D-Array that store values from itemA, itemX of my table?
Thanks in advance!

GH
 
You should look at the GetRows method of a recordset

aArray = objRS.GetRows

br
Gerard
 
Thanks a lot!
GH
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top