Hi, the report is looking for a form named "frmPrintAnything". The report recordsource is the filtered form, which is defined on the Open Event of the report.
The "frmPrintanything" lists all the records in the table - it has a recordsource. There are filters built into the form to filter down to the records the user wishes to print. The report then uses the results of the the filtered form as the recordsource. Kind of a WYSIWYG way of doing things.
So, this may or may not apply to your needs since you mention several different controls used in filtering.
If your form has no recordsource this will not work. If it does, type in your form's name in place of 'printanything' and you should get something.
Hope that helps.