I have a window that is popped up when the user clicks "Select Image." Inside of that window contains 2 frames. One of the frames has radio buttons and the other frame has the submit button for those radio buttons. When the user selects which radio button and clicks submit, I want the value of the radio button to select a dropdown menu item from the original window. The radio buttons are generated from the same database as the dropdown menu items, and are linked by the "ItemNum" field. I already have some code that does what I ask above, but it will not work with multiple frames in the popup window. Can anyone give me some advice on what needs to be done? I can paste the code that I currently have.