改成
Dim r As Row = Tables("采购总表").Current
Dim str As String = e.sender.text
If str <> Nothing Then
r("结账").Checked = True
End If