Within my "Products" form, I have a "Transactions" subform whose records are
categorized in five different type of inventory transactions - let's say "A", "B", "C", "D", and "E".
I'm using linked queries (instead of DSum) to calculate the net inventory amount (A+B+C-D-E) per product - sort of a running total.
The problem is that transaction type "E" may not appear for a particular record!
Consequently, the query calculations omit those products without transaction
type "E".
How can I include all the "Products" records into my inventory query calculations even though a product may not contain all the transaction types in their records?
Thanks, in advance, for responding.
Tony
categorized in five different type of inventory transactions - let's say "A", "B", "C", "D", and "E".
I'm using linked queries (instead of DSum) to calculate the net inventory amount (A+B+C-D-E) per product - sort of a running total.
The problem is that transaction type "E" may not appear for a particular record!
Consequently, the query calculations omit those products without transaction
type "E".
How can I include all the "Products" records into my inventory query calculations even though a product may not contain all the transaction types in their records?
Thanks, in advance, for responding.
Tony
