Sam,
All you really need is a DataView for this. You can create two separate
DataViews on the same table, and set the filter on one to have a MeasureDate
of 1/1/07, and the filter on the other DataView to be a MeasureDate of
2/1/07. Then, you can use the DataView instances like you would DataTables.
Hope this helps.

Signature
- Nicholas Paldino [.NET/C# MVP]
- mvp@spam.guard.caspershouse.com
> Is there any code part of the .NET Framework or any suggestions at the
> best way to handle the following situation?
[quoted text clipped - 24 lines]
>
> Sam