Hello,
When datasets are added to a windows from are they part of any sort of
collection that can be looped through?
I have a form with 11 datasets, and I need to check each dataset for the
same things.
As Always, any help is appreciated.
Thanks
Jim Wooley - 26 Jun 2006 20:53 GMT
Typically a DataSet will contain a collection of DataTables joined by DataRelations.
Why are you using 11 different DataSets?
Jim Wooley
http://devauthority.com/blogs/jwooley/default.aspx
> When datasets are added to a windows from are they part of any sort of
> collection that can be looped through?
>
> I have a form with 11 datasets, and I need to check each dataset for
> the same things
Kevin Spencer - 27 Jun 2006 00:31 GMT
If you put them in a Collection, they are.

Signature
HTH,
Kevin Spencer
Microsoft MVP
Professional Chicken Salad Alchemist
Big thicks are made up of lots of little thins.
> Hello,
>
[quoted text clipped - 6 lines]
> As Always, any help is appreciated.
> Thanks