Current process is selecting individuals manually to send e-mail. I'd like to use Access to somewhat automate the process to send static e-mail (except for date update) to different individuals. I have 4 tables set up:
tblDate - contains calendar thru 12/31/2025
tblEmail - would contain receivers emails and cc information
tblEmailDefault - contains generic message
tblEmailRecip - temporary table where I can dump information from report and use information from the table to select individuals to send e-mail.
Example of e-mails:
Good Morning,
Can you please provide your Total Deposit amount with the breakdown of cash and checks ASAP(no later than 2 hours), so the proper adjustments can be made.
10/17/16 (changes)
Total Deposit:
Cash:
Checks:
Over/Short (Reason):
Open Account: (if Any)
**Please be advised, we have transferred to a new system and all variances need to be corrected by 10am (Central Standard Time) the following day.
What is the best way to accomplish such using MS Access/Outlook?
tblDate - contains calendar thru 12/31/2025
tblEmail - would contain receivers emails and cc information
tblEmailDefault - contains generic message
tblEmailRecip - temporary table where I can dump information from report and use information from the table to select individuals to send e-mail.
Example of e-mails:
Good Morning,
Can you please provide your Total Deposit amount with the breakdown of cash and checks ASAP(no later than 2 hours), so the proper adjustments can be made.
10/17/16 (changes)
Total Deposit:
Cash:
Checks:
Over/Short (Reason):
Open Account: (if Any)
**Please be advised, we have transferred to a new system and all variances need to be corrected by 10am (Central Standard Time) the following day.
What is the best way to accomplish such using MS Access/Outlook?