DropDown.zip
Hi, I'm trying to automate this paperwork to lessen the workload in the future. In the file I've linked, there are 5 drop down menus (we only care about 3). The three important ones are the ones next to "Part Description," "Part No." and under "Drawing:"
What I've done is linked the Part No. drop box to the Part Description one, and linked the Drawing No. drop box to the Part No. drop box. Afterward, I wrote a code saying that certain numbers will populate into the new drop boxes once a number in a preceding drop box is selected (ie, part description must be chosen before part number, and part number before drawing number).
What I want to do is to get rid of the last drop down box. Is there a way to have a text box appear with the text already written out after a drop down option is selected rather than having another drop box change the values?
Hi, I'm trying to automate this paperwork to lessen the workload in the future. In the file I've linked, there are 5 drop down menus (we only care about 3). The three important ones are the ones next to "Part Description," "Part No." and under "Drawing:"
What I've done is linked the Part No. drop box to the Part Description one, and linked the Drawing No. drop box to the Part No. drop box. Afterward, I wrote a code saying that certain numbers will populate into the new drop boxes once a number in a preceding drop box is selected (ie, part description must be chosen before part number, and part number before drawing number).
What I want to do is to get rid of the last drop down box. Is there a way to have a text box appear with the text already written out after a drop down option is selected rather than having another drop box change the values?