digilantis
Technical User
I have the formula below in a SubReport. The SubReport is placed in the AccountNo GroupFooter of the main report. I am looking for the correct syntax to pass the main report AccountNo to the formula in the subreport??
IIf({tblAutoRaw.dtAction}={?ReportStart}AND[Mainreport.AccountNo = SubReport.AccountNo] AND {tblAutoRaw.szTermCode} <> "TR",{tblAutoRaw.nCount},0)
Thanks
IIf({tblAutoRaw.dtAction}={?ReportStart}AND[Mainreport.AccountNo = SubReport.AccountNo] AND {tblAutoRaw.szTermCode} <> "TR",{tblAutoRaw.nCount},0)
Thanks