'where fecha>=#" & text1 & " # and fecha <=#" & text2 & "#"
"where fecha>= #01/01/2006# and fecha <=#31/12/2006#"
'where fecha >='" & format(text1,"yyyymmdd") & "' and fecha >='" & format(text2,"yyyymmdd") & "'"
where fecha>='20070101' and fecha <='20071231'