I have 2
VB.NET forms, on Form 1 I have 4 dropdown lists and a submit button. The values in the dropdown lists come from a database, what I would like to happen and have tried to do is that the user selects values from the dropdown lists and then clicks on the submit button, once clicked, I would like to query the database and the relevant results are inserted into a dropdown list on Form 2, which has the dropdown list and a couple of radio buttons and a text box. Any help is greatly appreciated, many thanks in advance.