M
mj
Hi. I have a small table
called "tblProductsCustomCategories". It has about ten
entries. Its only column is labeled "ProductsLevelCustom".
I also have a query called "qryShipped" that contains lots
of sales data grouped by State and "ProductsLevelCustom".
The problem is that, since some states didn't sell all ten
Products, the query doesn't show zero dollars sold. I
tried using a one to many query by joining
tblProductsCustomCategories and qry Shipped but it still
doesn't include all products. I'm basically trying to show
all products in all states and, if there was no product
sold, have a zero value. Any suggestions would be great.
Thanks!
called "tblProductsCustomCategories". It has about ten
entries. Its only column is labeled "ProductsLevelCustom".
I also have a query called "qryShipped" that contains lots
of sales data grouped by State and "ProductsLevelCustom".
The problem is that, since some states didn't sell all ten
Products, the query doesn't show zero dollars sold. I
tried using a one to many query by joining
tblProductsCustomCategories and qry Shipped but it still
doesn't include all products. I'm basically trying to show
all products in all states and, if there was no product
sold, have a zero value. Any suggestions would be great.
Thanks!