其实Table也有一个Compute方法,例如:
Tables("表A").Compute(...)
这样就是统计筛选后的数据。
实际上即使Table没有Compute方法,你用DataTable的Compute的,一样可以统计筛选收的数据?:
DataTables("表A").Compute(...,Tables("表A").Filter)
建议看看:
http://www.foxtable.com/help/topics/1467.htm