I wonder if someone can help me:
I have a customer enquiry form (frmCustEnquiry) within which is a combo box field, the combo box stores the customers department ID (DeptId). The email address for the department sometimes changes, the changes are stored in a table (tblDeptEmailAddress) which contains the fields DeptId, deptEmailAddress and dateEmailAddressIntroduced. After all the fields in the frmCustEnquiry form are completed a new form (frmEmailCust) opens which allows the user to email a response to the customer. I need to include a field in form frmEmailCust which uses the DeptId in the frmCustEnquiry form and the tblDeptEmailAddress table to display the latest email address for the department. I can then use this to send an email reply to the customers department
Thanks
I have a customer enquiry form (frmCustEnquiry) within which is a combo box field, the combo box stores the customers department ID (DeptId). The email address for the department sometimes changes, the changes are stored in a table (tblDeptEmailAddress) which contains the fields DeptId, deptEmailAddress and dateEmailAddressIntroduced. After all the fields in the frmCustEnquiry form are completed a new form (frmEmailCust) opens which allows the user to email a response to the customer. I need to include a field in form frmEmailCust which uses the DeptId in the frmCustEnquiry form and the tblDeptEmailAddress table to display the latest email address for the department. I can then use this to send an email reply to the customers department
Thanks