Sum List

G

Guest

Hello,

Please, Let me know if you need more information.

I have Three Tables:

-Large table with products and values
-Medium table just products (all products here are
included in the larger table)
-Small table just products(all products here are included
in the larger and medium table)

The medium table is used to query the data necessary for a
particular report from the Large table. In this query I
also need to remove all of the products that are included
in the small table, if the Sum of the small table's values
are greater than 0.

I do not know how to remove the small table's products
from my query. Please help!!


Thank You,
 
Top