Dynamic report based on dynamic query

M

Marshall Barton

R

Rus925

Probably...if I knew how to do that. I know how to edit the open event for
the report, but I don't know what commands would get the field names and put
them in the report. How do I do that?
 
M

Marshall Barton

The basic idea would be similar to the way you figured out
which fields to put in the query. Instead of concatenating
the field names into an SQL statement, you would assign them
to the text boxes' ControlSource.
 
Top