请问如何复制一份筛选过的配置到另外一个表 Post By:2012/4/17 9:15:00 [显示全部帖子]
2个表的结构一样 Dim o1 As WinForm.Datetimepicker o1 = e.Form.Controls("Datetimepicker1") Tables("个股数据").Filter = "pe>0 and pe<10 and [peg] > 0 and [peg] < 100 and [日期]=#"+o1.value+"#" Tables("个股数据").Sort = "peg"