I have a report that lists all of the order shipped for a given date range. The report has the following fields
shipped_date
order_no
ship_carrier
misc2
freight_charges
ship_weight
The query name is statsquery
The report name is statsreport
I need to get the total count of orders shipped for each carrier (i.e. EXPORT 125 orders)
I try using DCount but it gives me and error
=DCopunt("ship_carrier", "statsquery", "ship_carrier ='EXPORT'"
Thanks
Ricardo
shipped_date
order_no
ship_carrier
misc2
freight_charges
ship_weight
The query name is statsquery
The report name is statsreport
I need to get the total count of orders shipped for each carrier (i.e. EXPORT 125 orders)
I try using DCount but it gives me and error
=DCopunt("ship_carrier", "statsquery", "ship_carrier ='EXPORT'"
Thanks
Ricardo