G
Guest
I have a main form Invoices with a subform holding invoice details. On the
subform there are calculated fielsd NetValue (=[Quantity]*[Price]), VATValue
(=[NetValue]*[VATPerc]/100), and GrossValue (=[NetValue]+[VATValue]. There
is no problem with that. On the main form I have to show the sum of the
calculated values. I created unbound boxes in the foot section of the
subform. When I create the first one =Sum([Quantity]*[Price]) there is no
problem. When I create the
second =Sum([NetValue]+[VATValue]) or the third one
=Sum([NetValue]+[VATValue]), all boxes show #Error even the one which worked
fine up till then. Can there be just one summed up calculated field in a foot
section?
subform there are calculated fielsd NetValue (=[Quantity]*[Price]), VATValue
(=[NetValue]*[VATPerc]/100), and GrossValue (=[NetValue]+[VATValue]. There
is no problem with that. On the main form I have to show the sum of the
calculated values. I created unbound boxes in the foot section of the
subform. When I create the first one =Sum([Quantity]*[Price]) there is no
problem. When I create the
second =Sum([NetValue]+[VATValue]) or the third one
=Sum([NetValue]+[VATValue]), all boxes show #Error even the one which worked
fine up till then. Can there be just one summed up calculated field in a foot
section?