|
-
Jun 26th, 2004, 12:53 PM
#1
Thread Starter
New Member
Whats wrong with this SQL query?
Im trying to search a MS Access database for a specific date. Im getting a an error message, translated to english its something like: "typeerror in query". The column's type is a Date/Time with the format short date.
the query is as follows:
SELECT Personel.Sign, Personel.Firstname, Personel.Lastname, Absent.Date
FROM Personel, Absent
WHERE Absent.Date = '" & datetimepicker.Value.Date & "' AND Personel.Sign = Absent.Teacher_Sign
Would really appreciate help
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|