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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Accessing a Column in a Record Set via an Array??

Status
Not open for further replies.

ftpdoo

Programmer
Aug 9, 2001
202
GB
Hi,

I'm wish to access a column in a recordSet which I usually do by saying:

prsData!WorkOrder

But the problem is I'm getting the "WorkOrder" column from an array. Is this possible?? So ideally I wish to do something like this:

prsData!"aryStr(i)"

Thankx,
Jonathan
 
Dou!!!!!

I needed to use brackets:

prsDataExe(aryStr(i))
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top