CrystalLion
Programmer
Main report is grouped as follows.
G1 - ProgDesc from Program table
Displays only the ProgDesc
G2 - OrgName from Profile table
Displays OrgName and Address
G3 - Voucher# from ApLinesHis table (contains SubReport1)
SubReport1
G1 - Voucher# from ApLinesHis table
contains a shared numbervar @TotalPayments
and gets passed to the main report and is
placed in Gf4
G4 - Voucher# from APLinesHis table
Tables are linked together through a 4th table AppHistory)
Main Report Gf4 contains the following columns:
Voucher# OrgName ProgramName ProgDesc @TotalPayments
20071234 ABC Agcy Better Teeth Health $1,000
I want to summarize the @TotalPayments onto Gf1, and do a Report total.
Any help is appreciated.
Thanks,
L
G1 - ProgDesc from Program table
Displays only the ProgDesc
G2 - OrgName from Profile table
Displays OrgName and Address
G3 - Voucher# from ApLinesHis table (contains SubReport1)
SubReport1
G1 - Voucher# from ApLinesHis table
contains a shared numbervar @TotalPayments
and gets passed to the main report and is
placed in Gf4
G4 - Voucher# from APLinesHis table
Tables are linked together through a 4th table AppHistory)
Main Report Gf4 contains the following columns:
Voucher# OrgName ProgramName ProgDesc @TotalPayments
20071234 ABC Agcy Better Teeth Health $1,000
I want to summarize the @TotalPayments onto Gf1, and do a Report total.
Any help is appreciated.
Thanks,
L