Hi..I have three tables A ,B and C, which have fields A,B and C respectively.
I want to do that following default calulation
A.a=B.b+C.c
meaning adding two columns of different tables and storing it in a third column.
It works for me in the forms but I want to do that in the table.
Is there any...