Scenario:
I have a masterlist_form with details as below
ID | TASK |
01| Get 10 kilo of milk |
02| Get bread |
What I want is a hyperlink to the ID field, when we click on it.
It should open a update form of another table as a popup and let me update it for only values belonging to ID I have clicked on, during all this time the masterlist_form is open as normal.
Any pointers how can I do this ?