J
John
Hi,
How can I "SUM" this?
I have 4 tables:
Table 1:
[ItemsClass][Name][OpenQuantity][CloseQuantity][OpenValues]
[CloseValues]
Table 2:
[ItemsClass][Name][OpenQuantity][CloseQuantity][OpenValues]
[CloseValues]
Table 3:
[TQuantity][TValues][ItemsClass]
Table 4:
[ItemsClass][TQuantity][TValues]
I just need to create in the query that I have already
done from these tables two extra's fields with:
created field
(Sum[Table1.CloseQuantity]-[Table2.OpenQuantity])-
([Table3.TQuantity]-[Table4.TQuantity]))
created field:
(Sum[Table1.CloseValues]-[Table2.OpenValues])-
([Table3.TValues]-[Table4.TValues]))
Is the above possible to do? If yes, why my "sum" is not
working?
I have heard that there could be that the tables could
contains "0" values which could bug the query.
If that is the answer please let me know than how to
exclude the "0".
I will appreciate if you could solve this matter.
Regards,
John
How can I "SUM" this?
I have 4 tables:
Table 1:
[ItemsClass][Name][OpenQuantity][CloseQuantity][OpenValues]
[CloseValues]
Table 2:
[ItemsClass][Name][OpenQuantity][CloseQuantity][OpenValues]
[CloseValues]
Table 3:
[TQuantity][TValues][ItemsClass]
Table 4:
[ItemsClass][TQuantity][TValues]
I just need to create in the query that I have already
done from these tables two extra's fields with:
created field
(Sum[Table1.CloseQuantity]-[Table2.OpenQuantity])-
([Table3.TQuantity]-[Table4.TQuantity]))
created field:
(Sum[Table1.CloseValues]-[Table2.OpenValues])-
([Table3.TValues]-[Table4.TValues]))
Is the above possible to do? If yes, why my "sum" is not
working?
I have heard that there could be that the tables could
contains "0" values which could bug the query.
If that is the answer please let me know than how to
exclude the "0".
I will appreciate if you could solve this matter.
Regards,
John