I have a form (Send Email) which has a combobox (cmbCompany) which row source to table tblCompanies.CompanyName, and another combobox (cmbEmailType) which is linked to table tbleEmailType.
tbleCompanies is linked to tbleContacts (which has all contacts for each company including Email address), the relationship being companyNumber (key in tblCompanies).
What I have working is user selects Company name (cmbCompany) and Email type (cmbEmailType).
What I want to happen then is a listbox be podulated with all Company Contacts (from tblContacts) for selected company.
User can then selected contacts from listbox.
What I have then is a commandbutton which will create email for all selected contacts.
tbleCompanies is linked to tbleContacts (which has all contacts for each company including Email address), the relationship being companyNumber (key in tblCompanies).
What I have working is user selects Company name (cmbCompany) and Email type (cmbEmailType).
What I want to happen then is a listbox be podulated with all Company Contacts (from tblContacts) for selected company.
User can then selected contacts from listbox.
What I have then is a commandbutton which will create email for all selected contacts.