![]() |
Admin 9/7/2010 |
The following line misses an ampersand: |
J
|
Jay123 author 9/9/2010 |
Hi Sergey, |
![]() |
Admin 9/9/2010 |
Jay, Response.Write "RegistrationstartDate>'" & CDate(DateAdd("d",-1,Now())) & "'"
|
J
|
Jay123 author 9/9/2010 |
Hi Sergey, |
![]() |
Admin 9/9/2010 |
Jay, RegistrationstartDate > '2010-09-09' |
J
|
Jay123 author 9/9/2010 |
Jay, what's your Response.Write statement prints? Date format needs to be changed in your event code. You need to modify your code so it builds the following WHERE clause: RegistrationstartDate > '2010-09-09' |
J
|
Jay123 author 9/9/2010 |
Hi Sergey, |
J
|
Jay123 author 9/10/2010 |
Hi Sergey,
|