I have a combobox with a list of reports that opens that report when updated. I want to change the source of the report based on the combobox value. I have a table that has the report names and the associated queries in it. Can I use a dlookup to the table in the openargs to set the source to match the report? Or how else best to do this.
My goal is to have one report object and be able to use it for many reports, just changing the source so I can edit the single report object with cosmetic changes.
All the queries have the same field names.
My goal is to have one report object and be able to use it for many reports, just changing the source so I can edit the single report object with cosmetic changes.
All the queries have the same field names.