Hi,
Is it posible to sum the total of field in a recordset?
Now If I wanted the sum I run a query with sum(myfield) as total and it work.
But now I want to show a recordset, and the the client can put a filter on it , and then I want to sum the totals of the filter records.