Sherry
If your fieldname is truly "Date", be aware that Access treats this as a
reserved word. What YOU mean by "Date" and what Access thinks it means may
not match... At a minimum, consider renaming this field to something more
descriptive of its contents.
If your table has a field named "OldestDate", is there a chance that this
value gets changed over time? If so, your table structure may benefit from
further normalization.
Is "Received" another date/time field, or a Yes/No field, or ...?
An example of the kinds of data you have in this table would help folks
offer specific suggestions...
Regards
Jeff Boyce
Microsoft Access MVP
--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.
Any code or psuedocode included in this post is offered "as is", with no
guarantee as to suitability.
You can thank the FTC of the USA for making this disclaimer
possible/necessary.