H
hrider1
What I am trying to build is a form that allows the user to input two dates.
The first being a start Date then an Ending Date. I have the form built with
the first textbox named TxtStart and the second being TxtEnd and I’ve tried
the following statement but it’s not working.
WHERE (Shipments.ShipDate BETWEEN CONVERT(DATETIME, ‘::TxtStart::', 102)
AND CONVERT(DATETIME, '::TxtEnd::, 102))
Also could someone give me the name of a good book that would help me when I
am building “ASP†pages with SQL statements that need to be changed?
Thanks,
Jim
The first being a start Date then an Ending Date. I have the form built with
the first textbox named TxtStart and the second being TxtEnd and I’ve tried
the following statement but it’s not working.
WHERE (Shipments.ShipDate BETWEEN CONVERT(DATETIME, ‘::TxtStart::', 102)
AND CONVERT(DATETIME, '::TxtEnd::, 102))
Also could someone give me the name of a good book that would help me when I
am building “ASP†pages with SQL statements that need to be changed?
Thanks,
Jim