NOPOPNOSTYLE
IS-IT--Management
Hello
I'm using Dreamweaver MX and I'm trying to asses an access database using a date between query, below is the result so far, this only works if I type a date flanked by the # character in the Form. Can I modify the code below to put the #'s in. (TIMM_ONE Refers to the Request.Form bit as does TIMM_TWO)
TIMM.Source = "SELECT * FROM OPS_EXTRACT WHERE DATE Between " + Replace(TIMM__ONE, "'", "''"
+ " And " + Replace(TIMM__TWO, "'", "''"
+ " ORDER BY DATE ASC"
Regards
Lord Exell
I'm using Dreamweaver MX and I'm trying to asses an access database using a date between query, below is the result so far, this only works if I type a date flanked by the # character in the Form. Can I modify the code below to put the #'s in. (TIMM_ONE Refers to the Request.Form bit as does TIMM_TWO)
TIMM.Source = "SELECT * FROM OPS_EXTRACT WHERE DATE Between " + Replace(TIMM__ONE, "'", "''"
Regards
Lord Exell