I have a procedure which when certain criteria are met change a control to "date". The table where the "date" is stored is formated as a short date but basic date stamps the "date" with the time when the procedure runs. e.g. 11/06/02 "sometime". My Problem is when I run a query for a report using date "11/06/02" as a criteria it will not find the records where date is in long format 11/06/02 "sometime". I thought "date ()" was supposed to = "short date" and Now = "long date". When the time portion of the record is deleted the query works?
Any thoughts would be welcome.
Any thoughts would be welcome.