I can't figure out how to pass the results from a modal form back to the original form.
Current this form, frm_PC_Log, is working properly. After opening the form, if you click on edit, an input box is displayed for the user to enter a search option. After making the selection, a combo box is displayed. After update of combo23, the record is displayed. This all works correctly.
I'd like to use the form frm_PC_Log_Search. I've tried commenting out everything related to the input box and the Select Case statements. If I open the form frm_PC_Log_Search, then make the selection, I can't figure out how to update the main form.
Within the attached DB, the form is working properly.
Thank you for your assistance!!