I'm trying to use a form with checkboxes and a dropdown combobox to filter a table and pull results from a table taht I built a relationship between, and then pull results from one of the columns in that table into an array that I can use as a distribution list to send emails to.
So, I want to be able to have the companies sorted by approvals (checkboxes) and then delivery site (dropdown combobox), and then pull the email addresses from the second table for all of the employees at those companies.
TABLE 1:
Customer ID (relationship between tables) [primary key]
Company info
Approvals
Delivery Sites
TABLE 2:
Customer ID (relationship between tables)
Employee Name
Employee Title
Employee Email address [primary key]
I can't get the form to pull up the table and then query to pull just the reults I want.
Thank you ahead of time for any help!
So, I want to be able to have the companies sorted by approvals (checkboxes) and then delivery site (dropdown combobox), and then pull the email addresses from the second table for all of the employees at those companies.
TABLE 1:
Customer ID (relationship between tables) [primary key]
Company info
Approvals
Delivery Sites
TABLE 2:
Customer ID (relationship between tables)
Employee Name
Employee Title
Employee Email address [primary key]
I can't get the form to pull up the table and then query to pull just the reults I want.
Thank you ahead of time for any help!