B
brett
Hi there
Since Standard MS Access
dosnt support dayofyear() function I am haveing problems converting
this sql into access compatable SQL
select clientID, FirstName, SurName, DOB
from CLIENTS
where DAYOFYEAR(DOB) >= DAYOFYEAR('2005-09-01')
and DAYOFYEAR(DOB) <= DAYOFYEAR('2005-10-01')
does anyone know of any equivilent functions to get the day of the
year as a number in MS Access SQL?
Kind Regards
Brett
Since Standard MS Access
dosnt support dayofyear() function I am haveing problems converting
this sql into access compatable SQL
select clientID, FirstName, SurName, DOB
from CLIENTS
where DAYOFYEAR(DOB) >= DAYOFYEAR('2005-09-01')
and DAYOFYEAR(DOB) <= DAYOFYEAR('2005-10-01')
does anyone know of any equivilent functions to get the day of the
year as a number in MS Access SQL?
Kind Regards
Brett