There are a few methods to do this
a. Hard code the Filter in the Report. (Easy)
b. Hard code the filter in the Report's underlying Query. (Easy)
c. Program the Query from the Form. (Fairly easy)
d. Create the Query for the Report using the QueryDef. (Harder)
e. Create an SQL and assign to the report using VBA. (Also Harder).