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:
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: