I'm getting this error: Data type mismatch in criteira expression when trying to execute this query in access:
select sum(total_sum) from totals_table where tot_date >= '3/01/2010' and tot_date < '4/01/2010'
P.S. tot_date is of type Date/Time and tot_sum is of type Number