Rexxx
MIS
- Oct 16, 2001
- 47
I need to loop through the number of rows in a dataset by changing the row number of the following:
coDS.tables("company"
.Rows(0).Item("coname"
First, how do I stop a loop in a dataset once it reaches last record?
Second, do I change the "Rows(0)" to this "Rows(i)" with i being defined as i+1 each time through the loop?
coDS.tables("company"
First, how do I stop a loop in a dataset once it reaches last record?
Second, do I change the "Rows(0)" to this "Rows(i)" with i being defined as i+1 each time through the loop?