D
DKS
Hi,
I have a table with all the components that I need to build a product. I
have the following information in each record
(a) product name
(b) component name (not pertinent to my question)
(c) component type
(d) status of the component
(e) lots of other info not pertinent to my question
A product has several components. A component type can be used in several
products.
One of the component types is "ABC".
For components of type = "ABC" I have ensured that I have a status of the
component. For other components this value can be blank in my table.
My need is as follows:
I want to list all the items in my table with a status value. If the
component has a non-blank status value then that must be displayed. If the
component has a blank status value then the following rule must be used.
Based on the status of the component type = "ABC", I want to apply the same
status to every other component belonging to the same product, only if it's
status value is blank.
I tried doing some join queries but did not succeed. And so this call for
assistance.
Many thanks in anticipation.
(a123)
I have a table with all the components that I need to build a product. I
have the following information in each record
(a) product name
(b) component name (not pertinent to my question)
(c) component type
(d) status of the component
(e) lots of other info not pertinent to my question
A product has several components. A component type can be used in several
products.
One of the component types is "ABC".
For components of type = "ABC" I have ensured that I have a status of the
component. For other components this value can be blank in my table.
My need is as follows:
I want to list all the items in my table with a status value. If the
component has a non-blank status value then that must be displayed. If the
component has a blank status value then the following rule must be used.
Based on the status of the component type = "ABC", I want to apply the same
status to every other component belonging to the same product, only if it's
status value is blank.
I tried doing some join queries but did not succeed. And so this call for
assistance.
Many thanks in anticipation.
(a123)