G
Guest
I am looking for ideas or even solutions to somewhat unique problem.
We are currently running a database that pulls data from many different odbc
sources in our business and collects and reformats the data. We then create
various queries, reports, and spreadsheets that are sent using the send
object and MAPI methods(spreadsheets as attachments) to many different people.
The problem is, whenever someone needs to be added/removed/goes on holiday,
we need to find the e-mail in the code (in all places, in case of an address)
and then edit it. This can be a big problem when the boss that receives
approximately 20 e-mails a day from our program goes on holiday and doesn't
want these automatic e-mails clogging up his system.
We thought of creating a table with the e-mail adresses in them and yes/no
fields for each e-mail. Unfortunately, with over 300 either weekly or daily
e-mails there simply wouldnt be enough room and the table would be hard to
work with.
Does anyone have any ideas of what we can do? I have moderate access
programming knowledge and can understand/use most coding.
Thank you very much in advance for any help you can offer.
We are currently running a database that pulls data from many different odbc
sources in our business and collects and reformats the data. We then create
various queries, reports, and spreadsheets that are sent using the send
object and MAPI methods(spreadsheets as attachments) to many different people.
The problem is, whenever someone needs to be added/removed/goes on holiday,
we need to find the e-mail in the code (in all places, in case of an address)
and then edit it. This can be a big problem when the boss that receives
approximately 20 e-mails a day from our program goes on holiday and doesn't
want these automatic e-mails clogging up his system.
We thought of creating a table with the e-mail adresses in them and yes/no
fields for each e-mail. Unfortunately, with over 300 either weekly or daily
e-mails there simply wouldnt be enough room and the table would be hard to
work with.
Does anyone have any ideas of what we can do? I have moderate access
programming knowledge and can understand/use most coding.
Thank you very much in advance for any help you can offer.