Thanks for the input, Renee, but I'm pretty new to Infopath and don't really
understand the idea of schemas without seeing it. Scott's solution seems like
something I can cope with. I have fields Quantity, Unit Price and Amount
where my original expression in amount is "my:No*my:Price" what would my
expression look like to sum all of these calculation?
> You'll make life SO much easier on yourself if you store the item's
> total amount in a field rather than strictly as an expression box
[quoted text clipped - 9 lines]
> >
> >Thanks
Renee in Juneau - 15 Jun 2005 07:51 GMT
Yeah, I'm pretty new to Infopath, too, but the flexibility of the
product fascinates me. My big push with respect to forms right now is
to learn Xpath and XSLT so I can really leverage things (while saving
lots of time).
Anyway, if you were storing Item_Total in a (some numeric format)
textbox rather than as an expression box, I think all you'll need is
to create a rule on the Grand_Total textbox (which is also set to some
numeric format and is placed outside the repeating table, right?).
This one rule would always apply. The action would be "Set A Field's
Value". The field would be itself and the value would be
"sum(Item_Total)"
>Thanks for the input, Renee, but I'm pretty new to Infopath and don't really
>understand the idea of schemas without seeing it. Scott's solution seems like
[quoted text clipped - 15 lines]
>> >
>> >Thanks