Maybe answered before but failed to see where :banghead: .
Appreciate to assist in setting two criteria where the two filed are text:
DoCmd.OpenReport "FixedDiscptnActvty", acViewPreview, , "StmntID = " & Me.StmntID & " And PaytoCurrency = " & Me.PayToCurrency
“StmntID =” & Me.StmntID…are...