E
Etienne
Do anyone know if it is possible in Access to do what you
do in the Query Designer from code? A function that would
let you give it an array of the fields you want and then
it would return the SQL code you need to have the
information from all those fields. I would need this so
that a user choose the fields he want to display in a
report from a form and then I would need to make the SQL
statement to pass it to a PivotTable and PivotChart. That
way I can make "dynamic" reports from any data in a
standard template.
do in the Query Designer from code? A function that would
let you give it an array of the fields you want and then
it would return the SQL code you need to have the
information from all those fields. I would need this so
that a user choose the fields he want to display in a
report from a form and then I would need to make the SQL
statement to pass it to a PivotTable and PivotChart. That
way I can make "dynamic" reports from any data in a
standard template.