|
|
You Can Select records in a specified date range. Use an expression such as Between Date() And DateAdd("w",2,Date()) to denote a period two weeks into the future. Or, use an expression such as <Date()-7 to designate a period more than seven days before today. Place either type of expression on the Criteria row of a query's design grid to define a date range for a query.
|