K
KLaw
I have a form for Purchase Orders and I have a repeating table with items to
be ordered. I would like to have an order total and have read every thread
about doing this. My dilemma is that in order to calculate the total
correctly, it seems that I need to use an expression box, but I want to store
the calculated value in my database; therefore it seems that I need to have
the total in a text box. The problem with a text box is that I can't seem to
get the calculation to work (I get a binding error that says "You have chosen
to bind a non-repeating control to a repeating field or group...". Then it
will only display the first item's extended cost instead of the desired
sum(@ExtendedCost). What am I doing wrong? Anyone?
be ordered. I would like to have an order total and have read every thread
about doing this. My dilemma is that in order to calculate the total
correctly, it seems that I need to use an expression box, but I want to store
the calculated value in my database; therefore it seems that I need to have
the total in a text box. The problem with a text box is that I can't seem to
get the calculation to work (I get a binding error that says "You have chosen
to bind a non-repeating control to a repeating field or group...". Then it
will only display the first item's extended cost instead of the desired
sum(@ExtendedCost). What am I doing wrong? Anyone?