I have two tables Table1 and Table2 and in both the tables there is a field “Field1” common to them.
There is a form Form2 with the datasource as Table2 having the grid displaying the records of Table2.
Now my requirement is I have to add a display/edit field in this Grid which should display the value from one of the field of Table1 (Not Field1) .If I modify the value of this display/edit field in this form2 this should also update back in Table1.
I tried using the edit method but could not get it done.
Can any one pls help me on this , where should I write the edit method and how to call it?
If possible can anyone provide me the code for it