diary_date = request.form("d iary_date") - (from a populated drop down
list)
strSQL = "SELECT saz_title, saz_text from saz_details where saz_date =#" &
diary_date & "#"
a response.write gives
SELECT saz_title, saz_text from saz_details where saz_date =#07/06/2004#
yet no records are found??
I have 4 records with dates 7/06/2004, stored in access 2000 DB as date/time
any ideas?...the sun is obviously making my head hurt as I should really
know all about dates by now.
many thanks
list)
strSQL = "SELECT saz_title, saz_text from saz_details where saz_date =#" &
diary_date & "#"
a response.write gives
SELECT saz_title, saz_text from saz_details where saz_date =#07/06/2004#
yet no records are found??
I have 4 records with dates 7/06/2004, stored in access 2000 DB as date/time
any ideas?...the sun is obviously making my head hurt as I should really
know all about dates by now.
many thanks
Comment