订单.订单明细 表的表事件写在订单明细表的表属性里面。
如果要区分表,就加一个判断,如
If e.Table.Name = "订单明细" Then
ElseIf e.Table.Name = "订单.订单明细" Then
End If