caballeros
IS-IT--Management
I have an access database that keeps track of tickets closed. What I'm trying to do is setup a query that will give me the results on a 5 day period, I have been able to create the query in access but when I try to add the query on my asp page I get the following error:
Microsoft VBScript compilation error '800a0401'
Expected end of statement
/remote/nov1601.asp, line 11
set rs = "SELECT resolution.TicketNumber, resolution.Location, resolution.Technician, resolution.Failed, resolution.Refused, resolution.MethodClosed, resolution.TicketClosed FROM resolution WHERE resolution.TicketClosed > '#11/11/2001#' And resolution.TicketClosed < '#11/17/2001#';",conn, 2, 2
-------------------------------------------------^
Thanks in advance.
Microsoft VBScript compilation error '800a0401'
Expected end of statement
/remote/nov1601.asp, line 11
set rs = "SELECT resolution.TicketNumber, resolution.Location, resolution.Technician, resolution.Failed, resolution.Refused, resolution.MethodClosed, resolution.TicketClosed FROM resolution WHERE resolution.TicketClosed > '#11/11/2001#' And resolution.TicketClosed < '#11/17/2001#';",conn, 2, 2
-------------------------------------------------^
Thanks in advance.