Hi there,
I have a form called frm_tutor which has a subform called frm_tutorial1. When the user adds a new record they may click a button to search for a student. This opens another form called frm_StudentSearch. I want the user to be able to double click a search result and the firstname, lastname and studentID to appear in frm_tutor!frm_tutorial1.form.
My problem is I don't know where to put the codes for this to happen as it can't be 'on load' as the original form will be open in the background and it is only if the user needs to find a student.
I can add an attachment if that would help.
I have a form called frm_tutor which has a subform called frm_tutorial1. When the user adds a new record they may click a button to search for a student. This opens another form called frm_StudentSearch. I want the user to be able to double click a search result and the firstname, lastname and studentID to appear in frm_tutor!frm_tutorial1.form.
My problem is I don't know where to put the codes for this to happen as it can't be 'on load' as the original form will be open in the background and it is only if the user needs to find a student.
I can add an attachment if that would help.