B
bwilcox
Hello,
1. I open a form that will open a second form. - DONE via
DoCmd.OpenForm
2. On the second form, select data from a dropdown
combobox - DONE via OnChange Event
3 Question - How do I pass the selected data to the first
form and for use thoughout the project?
4. Question - Change focus to first form?
5. Question - Close second form?
Thanks
1. I open a form that will open a second form. - DONE via
DoCmd.OpenForm
2. On the second form, select data from a dropdown
combobox - DONE via OnChange Event
3 Question - How do I pass the selected data to the first
form and for use thoughout the project?
4. Question - Change focus to first form?
5. Question - Close second form?
Thanks