Hi, im new here and to programming.

I have 2 forms in my system. On one form there is a combo box with names in it. On the 2nd form there are fields where data is then retrieved from the database. For example, if I select John Smith from the combo box, and go onto the 2nd form, how do I get the data for John Smith to appear on my form? How do I get my system to realise what name has been selected in order to display the correct information?

thank you in advance