I have created the following database
I have the following form that allows users to enter data into the MoldReq Table
I need to create a form for the Mold Log. The user will select a Work Order, which is stored in the MoldReq table. Once this is selected I need the Mold and Part Name Fields to be auto filled based on the Mold selected. These values are also in the MoldReq table.
It will look something like this:
Thanks,
Mike
EDIT>>>
I just relized that the ParName is not stored in the MoldReq table. That information is stored in the Mold Table.
On the Mold Req form, when they click the drop down button to select the mold, I have three columns that display the Mold Number, Part Name, and Part Number.
Do I need to add a Part Name field to the MoldReq table