I am creating a database to track status of jobs we have actively running. I would like to create a list of emails for each project. Currently I have my basic tables and forms built, and I would like to select people from the existing table and have all the emails pop up on the status form. What would be the best way for me to go about this. I could have upwards of 50 people in an email list.
I am more of an Excel person and I have just started learning DB.
Example:
Select names
Abby
Cory
Brian
Adam
Output
Abby@xxx
Cory@xxx
Brian@xxx
Adam@xxx
Thank you
Cory