![]() |
Sergey Kornilov admin 3/23/2004 |
No matter how you define fields Request.Form always store string values. Here is what you can try: <% if CDate(Request.Form("VisitDate"))> CDate(Request.Form("SubmittedDate")) then %> <tr bgcolor="#cccccc"><td bgcolor="#ccccff"><b>Enter new Visit Date - you cannot forward date a report</b></td> </tr> <% end if %> |
|
501045 3/23/2004 |
Admin, |
|
501046 3/23/2004 |
Admin, |