Forum Moderators: open
If DEACTIVATION_DATE <= Now() Then
Response.Write("Yes")
End if
DEACTIVATION_DATE comes from an Access DB and the field is set as a Date/Time (Short Date) datatype. I have a select statement that works correctly but can't get my if then to work
SELECT * FROM VOLUNTEER_OPPS WHERE DISPLAY_OPP=YES AND DEACTIVATION_DATE <= #" & NOW() & "#
Thanks,
Kevin
You should look into the date functions.
[mikecaldwell.com...]