S
Sprinks
I have a chemical product DB with the following hierarchical structure:
- ProductVendors. Each Vendor who carries a given Product.
- Products. MfrID, MfrPN, and ProductName of each Product.
- ProductContainers. The ContainerID and Qty of each Container in a Product.
- Containers. The Name, Size, and Unit of each Container.
- ContainerSubstances. The ID and % of each Substance in a Container
- Substances. The Name, CAS #s and Hazard Class of each Substance
When entering a new Product, I am unsure of how to handle cases when there
is no existing Container record, or subsequently if there is no existing
Substance record in the DB. I’ve thought of displaying another form/subform
based on Containers/ContainerSubstances for the former and Substances for the
latter, then requerying the upstream combo boxes, but it seems kludgy. Does
anyone have a better idea?
Thank you.
Sprinks
- ProductVendors. Each Vendor who carries a given Product.
- Products. MfrID, MfrPN, and ProductName of each Product.
- ProductContainers. The ContainerID and Qty of each Container in a Product.
- Containers. The Name, Size, and Unit of each Container.
- ContainerSubstances. The ID and % of each Substance in a Container
- Substances. The Name, CAS #s and Hazard Class of each Substance
When entering a new Product, I am unsure of how to handle cases when there
is no existing Container record, or subsequently if there is no existing
Substance record in the DB. I’ve thought of displaying another form/subform
based on Containers/ContainerSubstances for the former and Substances for the
latter, then requerying the upstream combo boxes, but it seems kludgy. Does
anyone have a better idea?
Thank you.
Sprinks