No. Create a parameter table, let's call it tblQuarters. Have a text field for how you want them to pick the quarter, one for what you want it to look like in the report, and two date fields QtrBeginDate and QtrEndDate. Enter all of the quarters that you want the users to be able to pick.
Now create a query pulling in all four fields. You now have a column reference for the report display as well as a begin and end date for the selected quarter. Those can now be used as a reference in your queries WHERE clause by referencing the FORMS![formname]![comboname].column([RED]X[/RED]). The red X being the column of each of the two dates. Remember that you must refer to them starting at Zero(0).
Post back if you have more questions.
Bob Scriver
[blue]Want the best answers? See FAQ181-2886[/blue]