I am currently exporting into Excel using the 'OutputTo' method and a stored query. I have a form with two combos on to filter the rows exported. This works fine. However I want to take it to the next stage and add some check boxes to the form which would (when checked) remove some of the fields in the query so the user only exports the columns he/she requires.
I think this needs to go into a dynamically built DAO SQL string but am unsure where to start.
Any pointers would be gretaly appreciated.
I think this needs to go into a dynamically built DAO SQL string but am unsure where to start.
Any pointers would be gretaly appreciated.