I am asking this question since I am new to working with Access 2007, but I have worked with other databases like oracle, sql server, and db2.
I basically would like to run a report where it takes in two date paramters. One would be start date and the other would be end date. I would like to use these two parameters to complete the following tasks:
1. The date range would be the slection criteria used in the query to pick a date range for the data that is selected in the query.
2. I would like to also have the range range appear as part of the header of the report.
Thus can you tell me and/or point me to a reference that will tell me how to complete my goals of using a start date and and end date as input parameters?