Hi, I have a bit of a nasty report set up.
Advisor :
Applicant :
Details :
The report is grouped and sorted by Advisor then Applicant.
Each applicant can have many Details (in this case policies). Each applicant also has only one Proc fee to pay, but the way the query is set up brings back one proc fee per detail but only displays it once.
In the applicant footer, a total field adds each policy fee and one proc fee :-
My problem is that i need each advisor to total up all the applicants' total in the footer. Unfortuantly, i cannot sum the applicant total text box and if i sum the above code, it adds one proc fee per policy!!
Any help is greatfully recieved.
Tim Jones if at first you don't succeed, get a 10lb lump hammer
Advisor :
Applicant :
Details :
The report is grouped and sorted by Advisor then Applicant.
Each applicant can have many Details (in this case policies). Each applicant also has only one Proc fee to pay, but the way the query is set up brings back one proc fee per detail but only displays it once.
In the applicant footer, a total field adds each policy fee and one proc fee :-
Code:
Sum([PolFee])+[ProcFee]
Any help is greatfully recieved.
Tim Jones if at first you don't succeed, get a 10lb lump hammer