A 
		
								
				
				
			
		Ashley
IF I have
sum(IIF (datediff('d', getdate(), #22/11/2003#) between 0 and 30 , 1 ,
0))
it says getdate() not a recognisex function where getdate() is todays
date
what is the way of doing this in access
				
			sum(IIF (datediff('d', getdate(), #22/11/2003#) between 0 and 30 , 1 ,
0))
it says getdate() not a recognisex function where getdate() is todays
date
what is the way of doing this in access
