Hi,
I faced with a rather basic question on how to build what I want to buld in the most effective way... thought of several methods, but I'm always supprised of all the littel "tricks" (things I didn't know could be done that simple), I find on here and thoughts I would ask this time prior to spending a lot of time into something that I end up completly changing again.
What I have:
I have a list of orders, with all the usual data and status fields (it's a SharePoint list at it's origin).
The reason why:
Once a month we need to contact the responibles for their orders (there is new responsibles that get added all the time) to provide us updatet information. A responsible is identified by his email. An additional "issue" is that a responsible is only allowed to see the oders that concern him.
What I would like to do:
Yes... I could create a query for each mail (use simple macro to send mails, running each query every time). My challenge though is
What's your thoughts and how would you best go about this?
I faced with a rather basic question on how to build what I want to buld in the most effective way... thought of several methods, but I'm always supprised of all the littel "tricks" (things I didn't know could be done that simple), I find on here and thoughts I would ask this time prior to spending a lot of time into something that I end up completly changing again.
What I have:
I have a list of orders, with all the usual data and status fields (it's a SharePoint list at it's origin).
The reason why:
Once a month we need to contact the responibles for their orders (there is new responsibles that get added all the time) to provide us updatet information. A responsible is identified by his email. An additional "issue" is that a responsible is only allowed to see the oders that concern him.
What I would like to do:
- I would like to send a mail, with an Excel attachment of all the orders that concern that responsible (emai). Basically all records that have the same email = 1 Table
Yes... I could create a query for each mail (use simple macro to send mails, running each query every time). My challenge though is
- that sometimes an "email" will not have any records... I don't want to run that.
- Also, as there are new "emails" all the time, each time there is a new one I Need to create a query and add that to the macro.
