如果是统计当天,可以这样:
Dim n As Integer n = CurrentTable.Compute("count(受理时间)", "受理时间 >= #" & Date.Today & "#")Output.Show(n)