forweefolks
Technical User
I'm working on a really complicated database and building the reports for it at the moment.
The problem is that I have a lot of reports with miniscule changes, and all these have to be triggered by commandbuttons so that users can access them from a form. What I want do is to have a limited number of pre-made and pre-designed reports that i could modify, and thus reuse, in code.
The obvious way to do this would be to modify the SQL statements underlying the reports in code. As far as the helps take me, I understood this could be done by setting different record sources for the reports. It however does not work (I've been banging my head to the wall for the most part of the day (It's 7.30 P.M. where I live)).
The database is a usual database, not a project. Can i modify the recordsource sqls in code? Can modify queries in code? Is there a way to do what I'm doing?
I would appreciate all help.
Mika
The problem is that I have a lot of reports with miniscule changes, and all these have to be triggered by commandbuttons so that users can access them from a form. What I want do is to have a limited number of pre-made and pre-designed reports that i could modify, and thus reuse, in code.
The obvious way to do this would be to modify the SQL statements underlying the reports in code. As far as the helps take me, I understood this could be done by setting different record sources for the reports. It however does not work (I've been banging my head to the wall for the most part of the day (It's 7.30 P.M. where I live)).
The database is a usual database, not a project. Can i modify the recordsource sqls in code? Can modify queries in code? Is there a way to do what I'm doing?
I would appreciate all help.
Mika