Thanks, June7. I'll try to solve the problem!You have to use dynamic parameters in that query then build another query that joins first query to table. Use second query as report RecordSource. Do not apply filter to report. Filtering has to be done by the query parameters.
Query parameters must refer to controls on your Filterform as shown in Allen Browne article.