I do very little VBA programming now, but did a lot long ago.
I have an Access form used to display the results of a generic lookup of a database. I build a SQL statement based upon fields in the form header and make it the record source of the form, with the result found records displayed in the body of the form.

I need to print a report using the same lookup criteria. How do I make the created SQL statement the record source of the report?