FlyGuyTray
Registered User.
- Local time
- Today, 06:31
- Joined
- Nov 30, 2010
- Messages
- 38
having an issue which is making me feel very incompetent.. My table has a creation date field (field type set to date/time).. I'm building a query that will show a count of how many records where created before a certain date. So in my query of course i put the CreationDate field and its set to: "where" "< #10/26/2010# ".. assuming that means where the creation date is less than 10/26/2010.. i get a Data type mismatch in criteria expression error.. but i dont understand why..