I have a query that is generating a daily average received in $ per month, but when i use the ">=DateAdd("m",-3,Date())" for the criteria it is pulling the last 90 days.
Here is the SQL for the query;
SELECT Format([Bank_Statement_Summary].[GL_Date],"mmmm-yyyy") AS [Month]...