S
SoggyCashew
Hello, I have a query that has a year field and I need formulas to find all 4
quarters of the field: Year: Year([inputdate]) and its criteria is
[Forms]![frmCalendar].[CalYear].
I found this formula for the current quarter but how would I use it to find
information for each quarter for the year selected?
Between DateSerial(Year(Date()),((DatePart("q",Date())-1)*3)+1,1) And
DateSerial(Year(Date()),((DatePart("q",Date())-1)*3)+4,0)
quarters of the field: Year: Year([inputdate]) and its criteria is
[Forms]![frmCalendar].[CalYear].
I found this formula for the current quarter but how would I use it to find
information for each quarter for the year selected?
Between DateSerial(Year(Date()),((DatePart("q",Date())-1)*3)+1,1) And
DateSerial(Year(Date()),((DatePart("q",Date())-1)*3)+4,0)