Crash1hd
08-19-2003, 10:14 PM
Why does the following code not work for me
If RS.fields("Expired") < Date Then
Call ObitsView()
Else
Call ObitsExpired()
End If
The part in red I cant figure it out cause if I put
<%=Date%><BR />
<%Response.write RS.fields("Expired")%><BR />
in the page I get the following output
8/19/2003 =Date
7/19/2003 =RS.fields("Expired")
:)
If RS.fields("Expired") < Date Then
Call ObitsView()
Else
Call ObitsExpired()
End If
The part in red I cant figure it out cause if I put
<%=Date%><BR />
<%Response.write RS.fields("Expired")%><BR />
in the page I get the following output
8/19/2003 =Date
7/19/2003 =RS.fields("Expired")
:)