把摘要信息弄出来,单独用一个列,存放2-4汉字即可。编写datacolchanged事件代码
If e.datacol.name = "摘要" andalso e.datarow("摘要").length >= 4 Then
e.datarow("姓名") = e.datarow("摘要").substring(1, 3)
End If