Aha, that's simple enough. Thanks! By the way, for the record, the part I wanted to split up was inside quotes, so I had to do something like this:
DoCmd.OpenReport "ReportName", acPreview, , "ChkBox1 <= [Forms]![FormName]![Field1] And " _
+ "ChkBox2 <=...