Hello,
First of all i have 4 subreports and 1 masterreport
In my masterreport i'm calculating the sum of the 4 subreports with the following
=[Active Directory Users met kosten Query subreport].[Report]![Text16]+[Mobile Nummers met kosten Query subreport].[Report]![Text16]+[Ultimo met kosten Query subreport].[Report]![Text16]+[Vaste Nummers Goed met kosten Query subreport].[Report]![Text16]
And this works, but
In my form i'm having a button called print preview. And when i want to see the report in print preview it doenst show me the sum, only: #Type?
Does anyone knows what the problem of this could be?