Dim t As Table = Tables("表A")t.Filter = ""t.Sort = "编号"Dim id As StringFor i As Integer = 4 To 19
id + = t.Rows(i)("_Identify") & ","Nextt.Filter = "_Identify In (" & id.Trim(",") & ") And 数量 > 5"
代码已经贴上了,该不会这点变通也不会吧?
要么例子传上来,需求说详细点,做好给你。