Hello All
I was wondering how to work around this:
I have some fields in a subform. The fields are pulled from a TBL called tblQuoteItems. The fields in question are: Length, Width, Height, Qty
I then have a formula which is calculated in the query which works out the cubic weight as such:
[Qty]*((([Length]/100)*([Width]/100)*([Height]/100))*333) AS CubicWeight
I need to sum txtCubicweight, which shows the cubicweight value....but all it gives me is an error.
I've read somewhere (probably on here) that access cannot sum a calculated field....Not sure if thats right, but sureley there's a workaround?
Anyways, thanks in advance guys
Seb
I was wondering how to work around this:
I have some fields in a subform. The fields are pulled from a TBL called tblQuoteItems. The fields in question are: Length, Width, Height, Qty
I then have a formula which is calculated in the query which works out the cubic weight as such:
[Qty]*((([Length]/100)*([Width]/100)*([Height]/100))*333) AS CubicWeight
I need to sum txtCubicweight, which shows the cubicweight value....but all it gives me is an error.
I've read somewhere (probably on here) that access cannot sum a calculated field....Not sure if thats right, but sureley there's a workaround?
Anyways, thanks in advance guys
Seb