A
AndyEduardo
Thanks for your attention.
My description.
The products has been classified in many categories. For exampl
Non-Ferrous, Ferrous, Non-Metalic, etc
Table SalesPlan
PlanOfCategory as Double
Month as Integer
CategoryID as Integer
Table Categories
CategoryID as Integer
CategoryName as Text
Table Products
ProductID as Autoincrement
ProductName as Text
CategoryID as Integer
Table Sales
InvoiceNumber as Autoincrement
ProductID as Integer
Quantity as Double
I want this:
I need to do a query to show the relation between Sales and Plan, bot
by categories.
But I need when the Sales of some categories are cero, then the quer
shows the Plan of this categories too, even though the Sales field i
empty
Thanks for help m
My description.
The products has been classified in many categories. For exampl
Non-Ferrous, Ferrous, Non-Metalic, etc
Table SalesPlan
PlanOfCategory as Double
Month as Integer
CategoryID as Integer
Table Categories
CategoryID as Integer
CategoryName as Text
Table Products
ProductID as Autoincrement
ProductName as Text
CategoryID as Integer
Table Sales
InvoiceNumber as Autoincrement
ProductID as Integer
Quantity as Double
I want this:
I need to do a query to show the relation between Sales and Plan, bot
by categories.
But I need when the Sales of some categories are cero, then the quer
shows the Plan of this categories too, even though the Sales field i
empty
Thanks for help m