看看:
http://www.foxtable.com/help/topics/2649.htm
你可以在父表的DataRowDeleting事件编写代码:
for each dr As DataRow in e.DataRow.GetChildRows
dr.Delete()
next