R
ryguy7272
Below is my query:
Total:
Sum([qryMTD_C2RM]![SumOfCurrent_Revenue]+[qryMTD_C2RM]![SumOfJUL])+Sum([qryMTD_Wanda]![SumOfCUR_MTD_REV]+[qryMTD_Wanda]![SumOfJUL])
It seems rather simple (it's all relative, isn't it). However, some data is
always truncated and the results are always understated. Access seems to
just sum the first part (before the second sum). I've tried all kinds of
different combination of stuff. I just can't see what the problem is here.
Do I need some kind of IIF or IsNull?
I'd really appreciate it if someone can help out.
Thanks,
Ryan---
Total:
Sum([qryMTD_C2RM]![SumOfCurrent_Revenue]+[qryMTD_C2RM]![SumOfJUL])+Sum([qryMTD_Wanda]![SumOfCUR_MTD_REV]+[qryMTD_Wanda]![SumOfJUL])
It seems rather simple (it's all relative, isn't it). However, some data is
always truncated and the results are always understated. Access seems to
just sum the first part (before the second sum). I've tried all kinds of
different combination of stuff. I just can't see what the problem is here.
Do I need some kind of IIF or IsNull?
I'd really appreciate it if someone can help out.
Thanks,
Ryan---