T
Tony Williams
I have a main report "Active Files" with a subreport Active FilesA". The sub
report has a control called ArrestCount with a control source as
=Sum(Abs([Arrest])) where the control "Arrest" is a Yes/No field.
I have a control on my main report called "Total Arrests" where the control
references the control on my sub report and its control source is
=[Reports]![Active Files]![Active FilesA].[Report]![ArrestsCount]
The two reports are linked with the field "ACode"
This works on the first record shown on the report and shows the value of
ArrestCount but for all the other records on the report the value is shown
as #Error
Can anyone help?
Thanks
Tony
report has a control called ArrestCount with a control source as
=Sum(Abs([Arrest])) where the control "Arrest" is a Yes/No field.
I have a control on my main report called "Total Arrests" where the control
references the control on my sub report and its control source is
=[Reports]![Active Files]![Active FilesA].[Report]![ArrestsCount]
The two reports are linked with the field "ACode"
This works on the first record shown on the report and shows the value of
ArrestCount but for all the other records on the report the value is shown
as #Error
Can anyone help?
Thanks
Tony