|
I'm trying to see all employments in archives that the end date is smaller that todays date this is part of the code
<% if RsEmployment("dateoff") < Now() then %>
but its not working i have this error:
error '80020009'
Exception occurred.
/incl/employment_all.asp, line 553
I dont understand could someone tell me what i am doing wrong.
Thanks.
|