This should be simple for all of you SQL experts. I need to query a table for all dates over one year old and display them. This is needed to track when personnel are due for test dates. Tests are an annual requirement, so when the current date (July 8, 2004) plus 30 days (August 8, 2004) minus one year (August 8, 2003) would notify all students they need to retest within 30 days or their certifications will expire. I want anyone whose expiration date is before or on August 8, 2003 to show up in the query. I look forward to your help.