i have problem in between query the query is as follows
d1=Request.Form ("day")
m1=Request.Form ("month")
y1=Request.Form ("year")

'd3=cstr(cstr(m 1)&"/"&cstr(d1)& "/"&cstr(y1))
'd3="8/1/2006"
d2=Request.Form ("day1")
m2=Request.Form ("month1")
y2=Request.Form ("year1")
dd=dateserial(y 1,m1,d1)...