The query SELECT Matters.RecID, Matters.matter_name, SUM(TimeEntries.time_worked) FROM Matters, TimeEntries GROUP BY Matters.matter_name results in error 346, "field name not unique", and it appears that the inclusion of the Matters.RecID field is the cause. I'm using the current V4Rb beta. Charles Yeomans