如下图:下拉组合框 表(总部提货卡明细) 新增行 日期 = 外面表(店铺运营表)当前行的 日期
Dim nr As Row = Tables("").AddNew
nr("日期") = Tables("外面表").Current("日期")