Currently, I have a main form that the user navigates to access comprehensive information for each mold. The parts that are made in each mold (in some cases, there are several different parts made in a single mold) are listed in a sub-table. I also currently provide a button that pops up a window that does the opposite - that is, it prompts the user for a part description and lists all the molds that can make a particular part.
What I've been unable to accomplish is to allow the user to select a particular mold from that popup search results window and click a button that redirects the main form to that mold, thereby displaying comprehensive information on that mold.
I've attached a screenshot in hopes of helping the explanation. In the search results window, if I selected mold tag 1016, I would like to provide a command button on that window that would redirect the main form to mold tag 1016.