hey everyone,

okay, once again with the application. i think i should just make one thread for this thing, but the question today is: how do i send out a request to an SQL database from a form, return the data, pass that data to the original form, and then open a new form with the data passed to the orignal form?

i know its tricky so i will try and explain.


original form = form1
new form = form2
search form = form3

so form1 is told to open form3
form3 inputs data to use to search the database with
form3 completes the search
database returns matching records to form3
form3 passes these values back to form1
form1 opens a new form2 and has the data form3 passed it fill in form2


best i can do to explain what i need, i know its gonna require some public variables and probably a new class but i need to know how to make this work.

thanks

rockking