D 
		
								
				
				
			
		DavidW
I am using
(example)
Between DateSerial(Year(Date())-2,Month(Date()),Day(Date())) And
DateSerial(Year(Date())-1,Month(Date()),Day(Date()))
in a query to retrieve yearly records. I cascade the years by steping down
in the expression. Only one problem, the results is the year,or I get two
different years.
I think maybe it is using todays date to set the search criteria and then go
back from there.
Is there a way to set the begining and end of a year ,then step back in
every year from that point?
				
			(example)
Between DateSerial(Year(Date())-2,Month(Date()),Day(Date())) And
DateSerial(Year(Date())-1,Month(Date()),Day(Date()))
in a query to retrieve yearly records. I cascade the years by steping down
in the expression. Only one problem, the results is the year,or I get two
different years.
I think maybe it is using todays date to set the search criteria and then go
back from there.
Is there a way to set the begining and end of a year ,then step back in
every year from that point?