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 gkittelson 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
Sep 1, 2000
139
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top