S
Song Su
My report nees following fileter: (all 3 fields are text type)
[GL] = cboGL AND [fund] Between cboFundFm AND cboFundTo
I did the following. But I dont' know how to add rest:
DoCmd.OpenReport "rptFundByGL", acViewPreview, , "[GL] = '" & cboGL & "'"
[GL] = cboGL AND [fund] Between cboFundFm AND cboFundTo
I did the following. But I dont' know how to add rest:
DoCmd.OpenReport "rptFundByGL", acViewPreview, , "[GL] = '" & cboGL & "'"