If e.col.name <> "a"
e.Cancel = (e.Row.IsNull("审批人") = true)
End If
If e.col.name = "a"
e.Cancel = (e.Row.IsNull("b") = false)