C
Christina Wise via AccessMonster.com
I have a database with the following fields:
Date Volume
Specifically, I am trying to write a query that will select the record
(Volume) if it is the highest in the last three months.
I created a new column called Date2 contains the date three months prior to
the orignal date (DateAdd("m",-3,[Date])
But I am not having much success writing a select query using the MAX
function and limiting it by dates. Am I approaching this incorrectly? Any
help would be greatly appreciated.
Christina
Date Volume
Specifically, I am trying to write a query that will select the record
(Volume) if it is the highest in the last three months.
I created a new column called Date2 contains the date three months prior to
the orignal date (DateAdd("m",-3,[Date])
But I am not having much success writing a select query using the MAX
function and limiting it by dates. Am I approaching this incorrectly? Any
help would be greatly appreciated.
Christina