Passing control value to form

J

JMorrell

I have a form where a user can scroll through a list box. When the user
selects a record in this list box, the details section of the form displays
the rest of the record. Once a user has selected the record they want, there
is a button I want the user to use to open another form, which displays the
record information from the first form.

The user will then enter some more data and then press another button to
pass the second form's data to an email recipient.

What is the best way to go about this?

tia,
 
Top