Dim Tabledd As Table = Forms("新增订单").controls("table1").Table For Each Row1 As Row In Tables("订单下拉_table1").Rows If Row1("选择")=False Then Else Dim nr = Tabledd.AddNew() nr("客户名称")=Row1("客户") nr("素材名")=Row1("素材名") nr("名称")=Row1("名称") nr("编号")=Row1("编号") End If Next