In a query put this in the "Criteria"<br>
[Enter Date]<br>
in your date field.<br>
Run your query and type in a date like 1/1/2000<br>
Now it will only show records if they match the exact date.<br>
<br>
or enter this in the date field<br>
Between [Enter Start Date] and [Enter End Date]<br>
It will ask 2 questions and show records in between 2 dates you type in.<br>
If you want to see the dates in order put "Descending" in the sort box and it will put the most recent date at the top.<br>
"Ascending" just the opposite<br>
<br>
<br>
Have you tried DMax-function?<br>
<br>
SELECT YourDateField<br>
FROM [YourTable]<br>
WHERE (((YourDateField)=DMax("[YourDateField]","[YourTable]"));<br>
<br>
Al
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.