Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
sql = "SELECT * FROM results WHERE thrudate > #" & Date() & "#"
sql = sql & " where thrudate > Date()"
sql = sql & " where thrudate > GetDate()"
sql = "SELECT * " &_
"FROM vacrequest " &_
"WHERE department = '" & reqdeptsearch & "' " &_
"AND thrudate > #" & Date() & "# " &_
"ORDER BY thrudate"
sql = "SELECT * " &_
"FROM vacrequest " &_
"WHERE LTrim(RTrim(department)) = '" _
& reqdeptsearch & "' " &_
"AND thrudate > #" & Date() & "# " &_
"ORDER BY thrudate"