It allows to make queries on the dates on database Access.
<%
Dim myWhere, SQL
myWhere = Day(Date()) & "/" & Month(Date()) & "/" & Year(Date())
SQL = "SELECT * FROM [myTable] WHERE myDate >= #" & myWhere &"#"
%>
![]()