hi, i gotta write a query in access that limits the records to a period between to dates. how can i do this ?
im writing the application in c# and passing two strings from DateTime, but cant convert to Access Date/Time. neither cast nor convert seem to work.
i need
select * from stats
where timeStarted between cast('2/21/2005' as datetime) and cast('2/30/2005' as datetime)
thanx !
im writing the application in c# and passing two strings from DateTime, but cant convert to Access Date/Time. neither cast nor convert seem to work.
i need
select * from stats
where timeStarted between cast('2/21/2005' as datetime) and cast('2/30/2005' as datetime)
thanx !