i have a table Comments table with two columns:
Code |
comments |
S01 |
test1 |
S03 |
test2 |
S04 |
test3 |
S06 |
test4 |
other one is Main table where user will update the activity code and comments should auto populate from the Comments table
how can i achieve this?