Populate controls in a parent form

Populate controls in a parent form

 Ok, this will be kind of long, so please bear with me.

I have a form (see below) that allows the user to choose an Agency, and in so doing, the form will display the Venues associated with the selected Agency, as well as offering the option of "New Venue."

Parent Form

If the user chooses an existing venue, the database will populate the Venue Details field (see below)

Venue Detail

However, if the user chooses "New Venue", it will open a pop-up form, and prepopulate the required fields, that will allow the user to enter the new venue information (see below)

Child Form

Now...upon closing this child form, is it possible to populate Parent Form's fields with the new venue information?  In VBA, you can set focus to a particular form as well as populate the controls with values, but can you do the same thing with a web form?

If it can't be done that way, are there any ideas on how best to put the newly created venue values into the parent form when the user clicks the submit button on the parent form?  The new values for the venue now exist, so can the values be updated upon submit?

Thanks


Leo