R
Ross
Hi all~Hope you can help.
The facts first:
1. The underlying query for my subform has a calculated field called
Extended Cost, which is mileage * 0.345 + Cost. This calculates correctly
for each row in the query and the subform.
2. The subform (called Plan Details) footer has a control called Invoice
Seller which is set to =Sum([Extended Cost])
3. The main form has a Total control set as [Plan Details].[Form]![Invoice
Seller]
Problem: The amount showing for the Total is either not picking up the
decimal places from the subform control, or it's rounding down to .00. Is
this because it doesn't like multiplying by decimals, or does it just need
some kind of special formatting?
Any help from you all would be appreciated, because it's above me at the
moment..
Thanks,
The facts first:
1. The underlying query for my subform has a calculated field called
Extended Cost, which is mileage * 0.345 + Cost. This calculates correctly
for each row in the query and the subform.
2. The subform (called Plan Details) footer has a control called Invoice
Seller which is set to =Sum([Extended Cost])
3. The main form has a Total control set as [Plan Details].[Form]![Invoice
Seller]
Problem: The amount showing for the Total is either not picking up the
decimal places from the subform control, or it's rounding down to .00. Is
this because it doesn't like multiplying by decimals, or does it just need
some kind of special formatting?
Any help from you all would be appreciated, because it's above me at the
moment..
Thanks,