AccessWater
Registered User.
- Local time
- Today, 13:06
- Joined
- Jun 14, 2006
- Messages
- 52
I need to calculate a variance between actual and budget. Some projects have only Budget data but not Actual data. When I calculate the variance, it gives me #error.
I used a subreport to get Actuals. The link of this sureport to main report is Project ID. There is always Budget for each project. when there is no match for Actual, there is an empty line in the report.
I used =[Budget]-(NZ[Actual],0) funtion in calculating the variance, it still gives me #error.
Does this have somehting to do with my report structure?
Thank you.
I used a subreport to get Actuals. The link of this sureport to main report is Project ID. There is always Budget for each project. when there is no match for Actual, there is an empty line in the report.
I used =[Budget]-(NZ[Actual],0) funtion in calculating the variance, it still gives me #error.
Does this have somehting to do with my report structure?
Thank you.