Modify a single row by pressing a button in another table

You have to add a formula to the button. Assuming you have a checkbox for Accepted, the formula would be something like this:

thisRow.[Company].ModifyRows([Accepted],true)

Related case:

1 Like