R
Robert
I have a subform with a textbox txtAmount bound to field Amount. On the
subform's footer is txtTotal with control source =Sum([amount]).
When there is no data in the subform I see #Error in the txtTotal. How can
I change
=Sum([amount])
to something that will test for this condition and display 0 when there is
no data in the subform instead?.
Robert
subform's footer is txtTotal with control source =Sum([amount]).
When there is no data in the subform I see #Error in the txtTotal. How can
I change
=Sum([amount])
to something that will test for this condition and display 0 when there is
no data in the subform instead?.
Robert