http://www.foxtable.com/webhelp/scr/0628.htm
If e.DataRow("第一列") = Nothing Then
msgbox("此行第一列不能为空")
e.Cancel = True
return
End If
If e.DataRow("第二列") = Nothing Then
msgbox("此行第二列不能为空")