G
Guest
I have a database with shipping data that includes the bill of lading number,
invoice number, weight, etc. The bill of lading number is a unique number,
but the invoice number is not. That is, there can be multiple bills of
lading for one invoice number.
I would like to run a query to determine how many bills of lading were for
each invoice, and the total weight, total $, etc, but I have been unable to
use the Distinct record and count function at the same time. What's the
shortcut?
Thanks.
Jay
invoice number, weight, etc. The bill of lading number is a unique number,
but the invoice number is not. That is, there can be multiple bills of
lading for one invoice number.
I would like to run a query to determine how many bills of lading were for
each invoice, and the total weight, total $, etc, but I have been unable to
use the Distinct record and count function at the same time. What's the
shortcut?
Thanks.
Jay