W 
		
								
				
				
			
		williamr
I'm trying to count how many times something happened on Mon, Tues, Wed... I
have this code in a query trying to make it work, I have been unsuccessful.
If I can get Mon to work......
Thank You
SELECT Count(IIf(format(daterelease,'w')=2,1,Null)) AS Mon
FROM Offsites;
				
			have this code in a query trying to make it work, I have been unsuccessful.
If I can get Mon to work......
Thank You
SELECT Count(IIf(format(daterelease,'w')=2,1,Null)) AS Mon
FROM Offsites;