rs.open "select * from  hhh WHERE year(日期)=year('" & text1.text & "')" 
rs.open "select * from  hhh WHERE month(日期)=month('" & text1.text & "')" 
rs.open "select * from  hhh WHERE day(日期)=day('" & text1.text & "')"