利用SQL语句,如:select sum(金额字段名称) as total,date from 表 group by date把每天的金额合计后把数据传递到一个recordset中,你只要按想法把recordset中的total和date放到text中就可以。