Subreports calculation (1 Viewer)

setis

Registered User.
Local time
Yesterday, 23:48
Joined
Sep 30, 2017
Messages
127
I am trying to make a simple operation in a report with elements from 3 different sub-reports.



It looks like this:

Code:
=([qryQuotationalSavingsReport subreport].[Report]![Saving])+([qryAuditSavingsReport subreport].[Report]![Saving])+([qryRejectionSavingsRep subreport].[Report]![Savings])


I am getting "#Type!" error.



Could anyone please suggest me what I may be doing wrong?


Thanks!
 

setis

Registered User.
Local time
Yesterday, 23:48
Joined
Sep 30, 2017
Messages
127
I'm sorry to bother, this is now solved. I had change the name of one of the elements in a subreport and it didn't get saved. I apparently had to get out of the report and in again to use the new name
 

Users who are viewing this thread

Top Bottom