M
MDM
I have a Form that has an imbedded Subform used for order entry. These are
line item purchase transactions. Each line item has a bound field called
"Subtotal" that extends the line item price.
In the Subform Footer I have an unbound field called "Total Subtotal" that
sums the Subtotal fields as:=nz(Sum([Subtotal])).
I have a Total field bound to my main Form that is (supposed to) grab the
data from the Subform (Total Subtotal) and update this as: =Forms![Home
Survey Subform]![Total Subtotal].
However, all I get is #Name? I've compared this to a template DB from MS and
it is the same logic.
Any idea why I can't seem to see the total price?
Any help is more than welcome...MDM
line item purchase transactions. Each line item has a bound field called
"Subtotal" that extends the line item price.
In the Subform Footer I have an unbound field called "Total Subtotal" that
sums the Subtotal fields as:=nz(Sum([Subtotal])).
I have a Total field bound to my main Form that is (supposed to) grab the
data from the Subform (Total Subtotal) and update this as: =Forms![Home
Survey Subform]![Total Subtotal].
However, all I get is #Name? I've compared this to a template DB from MS and
it is the same logic.
Any idea why I can't seem to see the total price?
Any help is more than welcome...MDM