On a subform I have an unbound field, called TotalValue, =[Quantity] * [Price]
In the footer of the subform I have another unbound field, called SumTotalValue, = Sum([Quantity] * [Price])
If I change records on the main form the unbound field called SumTotalValue sometimes flashes "#Error"
This happens even if the fields [Quantity] & [Price] have valid entries.
I have tried requerying the subform and the unbound field SumTotalValue but this does not help
What else should I try?
In the footer of the subform I have another unbound field, called SumTotalValue, = Sum([Quantity] * [Price])
If I change records on the main form the unbound field called SumTotalValue sometimes flashes "#Error"
This happens even if the fields [Quantity] & [Price] have valid entries.
I have tried requerying the subform and the unbound field SumTotalValue but this does not help
What else should I try?