I am using Access 2010. I am trying to create an activity report for a specific period(monthly, quarterly) based on a query that has several date fields per record in the table. Each date field is a due date for a report/filing requirement. So the activity report should show the due dates for those dates falling between the start and end dates of the query/report. For each date field, dates falling before or after the date range should be excluded. In design view, when one of the date fields is filtered for the date range using the date function, that particular date field column is correctly filtered, but the other date fields show dates prior and after the date range because the record contains all the date fields not just the one filtered. The other date fields should be shown, but I don't want dates outside the date range displayed. In design view, should I filter each date field for the date range?