hi,
Allow me to explain the situation.
I have a Table - SourceTable
SourceTable contains a 'Date', Field1, Field2
I have a View, AggView who's datasource is SourceTable.
The View dose not contain 'Date', but contains Field1 and Field2 + Aggregates the count of Field1, and the sum of Field2
The View is used for as a Datasource on a grid.
On my Form i can select dates.
I want to filter the View's data based on these dates.
How can I gain access to the Views DataSource to add a range?
Is there a more efficient to doing this, (am guessing I could build the aggregated query for the view on the fly?)
Many thanks,
Rgds,
K.
*This post is locked for comments