Quarterly Restriction



I'm trying to edit the following query that restricts a date field to the
current month, to restrict to the current quarter, any ideas?

=DateSerial(Year(DateAdd("m",-1,Date())),Month(DateAdd("m",-1,Date())),1) And <DateSerial(Year(Date()),Month(Date()),1)

--
Message posted via http://www.accessmonster.com

.