Hi,
I have a form that I use to open another form to gather data. In the second form opened, users are to pick certain fields that they want used in a query. On close of this form, I would like to pass the chosen information to the original form, into a listbox or textbox. Can anyone tell me how to do this?
The original form brings up the 2nd form using the docmd.openform method. I want the code on the original form to then wait for the data to be entered onto the 2nd form before continuing, and when the user presses a button on the second form, the data is "sent" to the original form and the code continues to operate.
Any help is appreciated. Thanks in advance.
Joel Lindsay
Vancouver Canada
I have a form that I use to open another form to gather data. In the second form opened, users are to pick certain fields that they want used in a query. On close of this form, I would like to pass the chosen information to the original form, into a listbox or textbox. Can anyone tell me how to do this?
The original form brings up the 2nd form using the docmd.openform method. I want the code on the original form to then wait for the data to be entered onto the 2nd form before continuing, and when the user presses a button on the second form, the data is "sent" to the original form and the code continues to operate.
Any help is appreciated. Thanks in advance.
Joel Lindsay
Vancouver Canada