Passing data from form1 to form2

T

terrie.sullivan

I have form1 based on query where you enter ID and retrieve list of
members with same ID. If member not shown, I have command button to
open another form (form2) to add member and data to another table. How
do I carry over the ID entered on form1 to form2, so user does not have
to key it?
 
K

Ken Snell [MVP]

In the form2 form's Close event procedure, run code that writes the value of
the ID to the control on form1 form.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top