参考
http://www.foxtable.com/help/topics/2490.htm
如果要表B数据不再变化,可以在DataColChanging事件写代码
If e.DataCol.Name = "B" AndAlso e.OldValue <> Nothing Then
e.Cancel = True
End If