I have a form that's working pretty well, but there's one thing I'd like to make it do and I can't seem to figure it out. I work for a plastic manufacturing company. Obviously, we make product. These products are produced in molds. The purpose of my form is to create a setup instruction report. It tells the employee which mold to setup, and what product to set it up to run. Most of our products are only made out of one specific mold and most molds can make more than one product, but there are a couple cases where a product can be made from multiple molds AND that same mold can make many products. I assume this lends tblParts and tblMolds a many-to-many relationship.
The problem is that in those couple of rare cases, the product is still USUALLY produced from one mold only and the other capable molds are only used as a backup. I would really like to be able to select the part number from a combo box and have it "autofill" the USUAL mold number that is used to produce the part. I would still need to be able to enter a different mold number for the setup, but I don't want that mold to then be "associated" with that part the next time it is selected in the combo box.
I have attached the db. The form I mention is frmMoldSetup. Any help would be greatly appreciated!
The problem is that in those couple of rare cases, the product is still USUALLY produced from one mold only and the other capable molds are only used as a backup. I would really like to be able to select the part number from a combo box and have it "autofill" the USUAL mold number that is used to produce the part. I would still need to be able to enter a different mold number for the setup, but I don't want that mold to then be "associated" with that part the next time it is selected in the combo box.
I have attached the db. The form I mention is frmMoldSetup. Any help would be greatly appreciated!
Attachments
Last edited: