Yes this is very possible. Make a button to preview your report and then in the code use something like this.
DoCmd.OpenReport stDocName, acPreview, , "[OrderID] = Forms![Customer FRM]![F&I Orders FRM].form![OrderID]"
This will filter for what you want to see. Hope this helps.