crwilliams
Registered User.
- Local time
- Today, 07:11
- Joined
- Jul 3, 2014
- Messages
- 40
Hello,
I have read through so many threads and google posts my eyes are bugging out! I am beginner access user with no SQL experience.
Here is what I am trying to accomplish:
I have a query which runs and produces a result of
Name, Department, Region,Phone, Email,
I have a parameter set on the query at run which filters by Region
i.e. the box pops up and they enter a criteria
I would like to have a field entered next to Email that would take all the Email Addresses in my query result and concatenate them so essentially I have an email list I can pop in Outlook.
Or alternatively, a solution to allow access to these email lists via a button on a form. It has to be something very simple for an end user to access. For instance right now, to get there list they hit a button to run the query then enter the parameter then if desired, hit another button to export to excel. Today, they use Excel for everything and are used to having the concatenated email addresses in one cell in excel. For this reason, I am trying to have the email addresses concatenated in the query results to mimic what they are used to today. But I am not sold on it if there is a better way that is easy for them.
Thank you in advance for any help or suggestions.
I have read through so many threads and google posts my eyes are bugging out! I am beginner access user with no SQL experience.
Here is what I am trying to accomplish:
I have a query which runs and produces a result of
Name, Department, Region,Phone, Email,
I have a parameter set on the query at run which filters by Region
i.e. the box pops up and they enter a criteria
I would like to have a field entered next to Email that would take all the Email Addresses in my query result and concatenate them so essentially I have an email list I can pop in Outlook.
Or alternatively, a solution to allow access to these email lists via a button on a form. It has to be something very simple for an end user to access. For instance right now, to get there list they hit a button to run the query then enter the parameter then if desired, hit another button to export to excel. Today, they use Excel for everything and are used to having the concatenated email addresses in one cell in excel. For this reason, I am trying to have the email addresses concatenated in the query results to mimic what they are used to today. But I am not sold on it if there is a better way that is easy for them.
Thank you in advance for any help or suggestions.