I have a report that I am creating that needs to basically group a totals in the header. This is the last part that I need for this report to be complete and it is racking my brain.
Okay, the report basically looks like this.
(Header)
Activity General Location Hours
Category Area Description tbox1
Category Area Description tbox2
Staff Duties Hours Worked
(Details)
FullName Emp_title tbox3
________
Okay in the detail section tbox3 is an unbound tbox with this formula in it "=Sum([ADSDETAIL_REGHOURS])", which works. Now in tbox1 I an IIF statement to add all the hours up from a group of titles, here is what I had so far "=Sum(IIf([EMP_TITLE]="SUE TECH II",[ADSDETAIL_REGHOURS],0))" this is the latest line of code I have changed it so many times now. tbox2 is going to be the same statement but with different titles.
Can anyone help, please?
Okay, the report basically looks like this.
(Header)
Activity General Location Hours
Category Area Description tbox1
Category Area Description tbox2
Staff Duties Hours Worked
(Details)
FullName Emp_title tbox3
________
Okay in the detail section tbox3 is an unbound tbox with this formula in it "=Sum([ADSDETAIL_REGHOURS])", which works. Now in tbox1 I an IIF statement to add all the hours up from a group of titles, here is what I had so far "=Sum(IIf([EMP_TITLE]="SUE TECH II",[ADSDETAIL_REGHOURS],0))" this is the latest line of code I have changed it so many times now. tbox2 is going to be the same statement but with different titles.
Can anyone help, please?