Hi Experts,
I know there are many threads related to this subject,but still I am little confused.
I have two Tables, Table1 and Table2 and a common field named fieldA in both tables. When ever FieldA is changed / modified in any of the table the same field in the other table should also get updated. the update should occur once the changed record is saved. the relation between two tables can be recId.
What is the best approach to this requirement, what are the methods to be modified and where (Table level or form level) ?
Thanks in advance.