Using this code on a button "generate report" I can bring up a report with all my records displayed.
Private Sub Genrpt_Click()
'Open report
DoCmd.OpenReport "rptassets", acViewPreview, , GCriteria
End SubI would like to know, is there a way to modify this code so the report uses...