My database is a compilation of line items that create an invoice.
In each line of the invoice I have a field "order number". This field will appear in every line of an invoice. (This means the same number may appear many times in an invoice).
The same "order number" may appear in more than one invoice. (For instance an item may be backordered and subsequently shipped the next day).
I need to be able to total the UNIQUE number of orders (order numbers).
In each line of the invoice I have a field "order number". This field will appear in every line of an invoice. (This means the same number may appear many times in an invoice).
The same "order number" may appear in more than one invoice. (For instance an item may be backordered and subsequently shipped the next day).
I need to be able to total the UNIQUE number of orders (order numbers).