Question
Access Date field?
I need to test the value of a Date field in an Access
database. Can I *not*
do it like this -
<% if (rsTestimonials.Fields.Item("quotes_date").Value) <> "12/25/2007" then
response.write(rsTestimonials.Fields.Item("quotes_date").Value) & "<br>"%>
For some reason this test is not working as I would expect.
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================
do it like this -
<% if (rsTestimonials.Fields.Item("quotes_date").Value) <> "12/25/2007" then
response.write(rsTestimonials.Fields.Item("quotes_date").Value) & "<br>"%>
For some reason this test is not working as I would expect.
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================
