provato con:

codice:
data_cerca=date()

sql="SELECT * FROM News where cdate(Dates)=#" & cdate(data_cerca & "# ORDER BY Dates DESC"

set RS2=cConn.Execute(sql)
? ovvero prendi solo le news che hanno data odierna?