I have a form problem .
Example :
FormA -- Display specific data . Click a button to open FormB .
FormB -- Use to edit FormA specific data .
When FormB edit successfully , I need to update the data in FormA too . How can I do that ?
Notes : There may be many FormA with different specifc data open in the same time .
Example :
FormA -- Display specific data . Click a button to open FormB .
FormB -- Use to edit FormA specific data .
When FormB edit successfully , I need to update the data in FormA too . How can I do that ?
Notes : There may be many FormA with different specifc data open in the same time .