H
Howard
I'm writing a query on inventory records. Each unique
inventory item is identified by a 10-digit number. We are
a private label manufacturer, handling customer-supplied
materials. The first 5 digits of the 10-digit inventory ID
identifies the customer who owns that material. When we
query one customer's material we use parameter queries
that ask for a range of item numbers as (nnnnn*), with the
* wildcard including any digits after the first five. Now
we need a report of ALL inventory, grouped by customer.
How can I do that?
inventory item is identified by a 10-digit number. We are
a private label manufacturer, handling customer-supplied
materials. The first 5 digits of the 10-digit inventory ID
identifies the customer who owns that material. When we
query one customer's material we use parameter queries
that ask for a range of item numbers as (nnnnn*), with the
* wildcard including any digits after the first five. Now
we need a report of ALL inventory, grouped by customer.
How can I do that?