René
One approach would be to create a form and add both a combo box and a
command button. The source of the combo box would be a list of the report
names, and the command button would run the
DoCmd.OpenReport Me!cboYourComboBox,,,
command (your syntax may vary).
A couple ways to list reports: first, using the MSysObjects table. I
prefer a second way, building a table of report information, including
Access report name, User report name (a more user-friendly version), and
whatever report criteria settings are appropriate to each report (e.g.,
display title, etc.).