devGarfield
Programmer
Hi,
I have an Access form that has a number of checkboxs. These
checkboxes determine the db query that is built using CreateQueryDef. I then run a report based on the query. 5 reports can be created, but with different titles. No point in having 5 different reports when 1 generic one will do.
I want to set the report title based on the options checked . I've tried to set it when the query is being built, but I don't have the options to do so. I tried to change the report title in the load_report event but that didn't work either.
Any suggestions would be helpful.
Regards
Garfield
I have an Access form that has a number of checkboxs. These
checkboxes determine the db query that is built using CreateQueryDef. I then run a report based on the query. 5 reports can be created, but with different titles. No point in having 5 different reports when 1 generic one will do.
I want to set the report title based on the options checked . I've tried to set it when the query is being built, but I don't have the options to do so. I tried to change the report title in the load_report event but that didn't work either.
Any suggestions would be helpful.
Regards
Garfield