Parameters from popup form

G

Guest

I need to launch a popup form that will contain a simple
control - such as a combo box. I want to make a selection
in control, then close form - and, "this is where I need
help", pass back to main form the value selected from
control on popup from. Best methods or any Microsoft
Samples I could see?

Thanks for your help,

Marcel K.
 
K

Kevin

Marcel,
Is the main form still open when you make the selection?
If so, use something like the following in the Afterupdate
event for the field where the selection is made:

Forms![FormName]![fieldName]=Me![fieldName]

Where Me![field Name] is the field on the form your using
to make the selection.

Hope that helps!

Kevin
 

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

Similar Threads


Top