F
Fei
Hi,
I have a problem. I have no any clue about this. Please help me to figure
it out.
I have a Customers table and Orders table. There is a relation,named
"Customer2Orders", between Customers (parent table) and Orders (child table)
on CustomerID. One Customer may have multiple Orders. I have an expression
column 'Total' in Customers table. It is computed based on the child table's
column InvoiceAmount, i.e. Total =
Sum(Child(Customer2Orders).InvoiceAmount). If I add a child record, Total is
computed automatically. But if I delete a child record, Total is not
reflected. It still keeps the old value which is wrong.
Thanks in advance!
Fei
I have a problem. I have no any clue about this. Please help me to figure
it out.
I have a Customers table and Orders table. There is a relation,named
"Customer2Orders", between Customers (parent table) and Orders (child table)
on CustomerID. One Customer may have multiple Orders. I have an expression
column 'Total' in Customers table. It is computed based on the child table's
column InvoiceAmount, i.e. Total =
Sum(Child(Customer2Orders).InvoiceAmount). If I add a child record, Total is
computed automatically. But if I delete a child record, Total is not
reflected. It still keeps the old value which is wrong.
Thanks in advance!
Fei