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
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