My Assistant
|
|
Mar 18 2012, 07:42 PM
Post
#1
|
|
|
UtterAccess Enthusiast Posts: 71 |
Here is a request from one of my clients and I have not tried this yet! I have also not told them whether or not this is possible:
The client has a call tracking database in Access 2007 (MDB format) which has roughly 80000 calls entered. There are several related tables There are queries which are attached to buttons on a Switchboard This is what the client is looking for: Each internal Account Rep (AR) contacts their customers, initially and then at regular intervals, to follow up Each AR has roughly 30 - 40 clients at any given time In the AR table, inside the call tracking DB are email addresses for each AR There is a Query which has an original contact and sale close dates for each client contact and sale There is currently no automated system for a reminder to be sent to the Account Rep to contact their clients at 30, 60, and 90 days past the original sales date Is it possible to create a Macro which will: 1. Run when the DB is open 2. Send an email reminder or task to the AR notifying them that it is time to contact the client again (They use MS Outlook 2010, Exchange 2010) a. The email would need to have the client name and contact information in it (this is also in the DB) 3. Mark a separate field complete so that the next time the DB is opened another email is not sent again to the same AR regarding the same client Does this need to be done using a combination of Queries and Macros? I am in need of quite a bit of guidance on this one! Any help you would be able to offer would be greatly appreciated. Thanks in advance! Vince |
|
|
|
![]() |
Mar 20 2012, 09:42 AM
Post
#2
|
|
|
UtterAccess Addict Posts: 100 |
That would work.
But you might also consider using a Date field instead, and having the code update it with the date of the last email sent. That way, if action isn't taken in some given amount of time (say 7 days, or whatever makes sense to your business application), it's a simple check using DateDiff(). If the number of days elapsed is >= your threshold, send another email; else don't. All depends on what you want your functionality to be. |
|
|
|
steelervince1 Access And Outlook Email - Possible? Mar 18 2012, 07:42 PM
theDBguy Hi Vince,
Yes, I think that is very possible. How... Mar 18 2012, 10:55 PM
steelervince1 One of the issues with this request is that the AR... Mar 19 2012, 10:49 AM
theDBguy Hi,
QUOTE (steelervince1 @ Mar 19 2012, 08... Mar 19 2012, 10:56 AM
tina t since you can't guarantee that any AR will ope... Mar 19 2012, 11:05 AM
steelervince1 Tina
Would you be willing to share the code?
Vin... Mar 19 2012, 11:37 AM
Jonathan S QUOTE (tina t @ Mar 19 2012, 11:05 AM) th... Mar 19 2012, 11:39 AM
tina t sorry, hon, i wrote that more in the "present... Mar 19 2012, 02:09 PM
steelervince1 Thanks Jonathan!
Since the client only wants ... Mar 20 2012, 08:42 AM
Jonathan S Just had a thought....
Another reason for using a... Mar 20 2012, 09:55 AM![]() ![]() |
|
Go to Top · Lo-Fi Version | Time is now: 18th June 2013 - 06:33 PM |