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 working fine though the second criteria is always not matching and asking the user to enter the field.
Any clue J
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 working fine though the second criteria is always not matching and asking the user to enter the field.
Any clue J