What it appears is that you have a continuous form - are the checkboxes a field in your table that the form is linked to, or just an unbound checkbox?
If they are bound to a field in the table, you could then pass the recordset to the report:
DoCmd.OpenReport "YourReportName", acViewPreview, ...