老师好,项目事件中有和下面相同的一段代码,这段新增的代码不知怎样修改。
Dim filter = iif(t5.filter > "", t5.filter, "1=1")
cmd5.CommandText = "SEL ECT DIS TINCT year(日期) as 年, 来源,客户ID,客户名称 from {进销存} where " & filter
dt = cm d5.ExecuteReader()
For Each dr As DataRow In dt.datarows
filter = "年份 = '" & dr("年") & "' and 来源 = '" & dr("来源") & "' and 客户名称 = '" & dr("客户名称")