N
Nitromuse
What is the proper way to refer to a dataset as the
collection in a For Each, Next Statement? I want to loop
through a particular column in the dataset, I've tried
the following with no sucess.
For Each x as integer in Dataset1
....
....
....
Next x
But the dataset name is not a valid collection type.
I appreciate your help, Seasons Greetings
collection in a For Each, Next Statement? I want to loop
through a particular column in the dataset, I've tried
the following with no sucess.
For Each x as integer in Dataset1
....
....
....
Next x
But the dataset name is not a valid collection type.
I appreciate your help, Seasons Greetings