pjvander wrote:
I need to be able to run a report/query/whatever that only selects records of a certain date range based on the Date column in said DB. I managed to run the reports I need via the Wizard, but still need to be able to filter based on that date. The syntax of the report designer is foregin to me (wish I could just use SQL!).
If you want the filter at the report level, just add the following to the "Filter" property of the report. ColumnDate Between [StartDate] and [EndDate] Be sure to set the value of "Filter On" to Yes As the other poster indicated the "Filter" is really a simple where clause.
I'd love to help, but unfortunatley I have prior commitments monitoring the length of my grass. :Andrew Bleakley: