A
Ann
I have a main report, rptEmployees. The sub is subrptEmployeeDegrees. They
have different queries and are linked by txtParticipantId. I counted the
employees [txtEmployees] on the main report footer (223). I counted the
number of degrees [txtDegrees] in the subreport (120) footer but I need the
subreport value to be on the main report so I can divide it by the employee
count. I tried a text box[txtDegreeCount] in the detail section of the main
report with the Running Sum Property set to Over All and the following.
=[subrptEmployeeDegrees].[Report].[txtDegrees]
I get a zero and the brackets disappear.
have different queries and are linked by txtParticipantId. I counted the
employees [txtEmployees] on the main report footer (223). I counted the
number of degrees [txtDegrees] in the subreport (120) footer but I need the
subreport value to be on the main report so I can divide it by the employee
count. I tried a text box[txtDegreeCount] in the detail section of the main
report with the Running Sum Property set to Over All and the following.
=[subrptEmployeeDegrees].[Report].[txtDegrees]
I get a zero and the brackets disappear.