I currently have over 30 reports in my access 97 database. All these reports have the same layout. The only difference between each report is the record source query used to open the report and a label that give a title for the report. I am trying to use just one general report, changing the query and label for each report depending on which button was pressed. I know how to use DoCmd.OpenReport to open the report with the query I want but I have been unable to change the caption in the label. How do I change a label caption in a report(the label is called "ReportName" and the report is called "repGeneral"
using VBA or something else.