Hi jdraw, thanks for your post. This is kinda what I am looking for, but I am after the distinct count of IDs within a date.
So this code:
SELECT [Purchase Table].Company, Count([Purchase Table].ID) AS CountOfID, Sum([Purchase Table].[Pruchase Amount]) AS [SumOfPruchase Amount]
FROM [Purchase...