Set the criteria in your query (report's record source) to something like:
[Forms]![frmYourFormName]![cboYourComboName]
The form must be open prior to opening your report.

Signature
Duane Hookom
MS Access MVP
>I would like to be able to use a combo box on a form to filter a report
>
> Thanks
> Gary