alwayslearning
Technical User
Accum Depn: ([Purchase Price]/[Depn Period])*([# Months])
is a formula in my Query.
The Query works fine... the Report doesn't Sum()...
I have tried...
=(Sum([Accumulated Depreciation Query]![Purchase Price])/
Sum([Accumulated Depreciation Query]![Depn Period])+1)*
Sum(IIf(DateDiff("m",[Asset Database]![Date],[Date Query Ranges]![As At Date])>=[Depn Period],[Depn Period],DateDiff("m",[Asset Database]![Date],[Date Query Ranges]![As At Date])+1))
Summing each of the components of the equation gives an incorrect answer
and
Sum(([Purchase Price]/[Depn Period])*([# Months]))
is too complex for the Report to compile!!!
Any and all suggestions are highly appreciated!!!
is a formula in my Query.
The Query works fine... the Report doesn't Sum()...
I have tried...
=(Sum([Accumulated Depreciation Query]![Purchase Price])/
Sum([Accumulated Depreciation Query]![Depn Period])+1)*
Sum(IIf(DateDiff("m",[Asset Database]![Date],[Date Query Ranges]![As At Date])>=[Depn Period],[Depn Period],DateDiff("m",[Asset Database]![Date],[Date Query Ranges]![As At Date])+1))
Summing each of the components of the equation gives an incorrect answer
and
Sum(([Purchase Price]/[Depn Period])*([# Months]))
is too complex for the Report to compile!!!
Any and all suggestions are highly appreciated!!!