D
Deb
I have one query that pulls records from a table and sums the quantities from
several fields (transaction quantities). It is an inventory table with
multiple items using the same part number (driven by a part number lookup
table).
I need to build forms and reports that will show the items grouped by part
number and then by unit cost (same part number may cost different amounts).
I built a second query that just groups the part number and unit costs.
The forms and reports need to be built on the two queries (unless there is
an easier way), and I'm assuming that the second of the two queries might be
considered a "subquery", but I'm having a hard time finding information
specifically on "subqueries" and linking the two together to get the
appropriate results.
DESPERATE!!
several fields (transaction quantities). It is an inventory table with
multiple items using the same part number (driven by a part number lookup
table).
I need to build forms and reports that will show the items grouped by part
number and then by unit cost (same part number may cost different amounts).
I built a second query that just groups the part number and unit costs.
The forms and reports need to be built on the two queries (unless there is
an easier way), and I'm assuming that the second of the two queries might be
considered a "subquery", but I'm having a hard time finding information
specifically on "subqueries" and linking the two together to get the
appropriate results.
DESPERATE!!