I have 2 databases, one that lists parts of a product, and a second tha lists products and the parts that they are ocmposed of. In the products database I have a drop down for each part that is used in its production which then links up to the price and so forth...
I want to have an option on each part record to specify whether that part has been depleted and if it has I dont want it to show up on the drop down list.
Now how would I go about this?
Im thinking that I need to create a script that checks the relationship and sees if this "depletion" option is checked or not, and then only display those that are not checked. Right?
Also what script functions would I use to do this?
I want to have an option on each part record to specify whether that part has been depleted and if it has I dont want it to show up on the drop down list.
Now how would I go about this?
Im thinking that I need to create a script that checks the relationship and sees if this "depletion" option is checked or not, and then only display those that are not checked. Right?
Also what script functions would I use to do this?