各位高手请帮我看一下这个SQL语句,
select goods_name,sum((all_weight-blank_weight)*goods_price) money,sum(all_weight-blank_weight) weight from bill 
where bill_state=0 and bill_date>='2003-4-1' and bill_date<='2003-4-30' and bill_type="调拨"
group by goods_name;我在SQL Serser中用Query Analysize 运行没有问题,可我的程序用的是Access数据库,运行时老有错!