hallo!
hier mal ein kleiner auszug aus der msdn library. vielleicht hilft der dir weiter.
------------------------------------------------
SELECT *
FROM tblInvoices
WHERE CustomerID = 1 AND InvoiceDate > #01/01/98#
Note that the date string is enclosed in number signs (#).
------------------------------------------------
greetings
rapha