G
Guest
I'd like to automate the process of remembering to keep in touch with people.
I've added two user-defined fields to my Contacts folder: Frequency
(Integer) and Last (Date).
The frequency field I use to code roughly how often I should try to keep in
touch with someone:
1 = 1 month
2 = 3 months
3 = 6 months
4 = haven't talked to in long time, but should
5 = information outdated
6 = avoid at all costs
[blank] = not a personal contact (restaurants, bank manager, etc.)
The Last field I use to code the rough date of the last time that we were in
touch with each other.
Now, I'd like to write a routine to periodically check my contacts list to
see if I've been delinquent in talking with someone. I could click a button
to start the code, or just run the macro.
If I've been delinquent, if possible, I'd like to create a task, due by the
end of the current month, to remind me to get in touch with that person. The
task can either be a flag on the contact, or preferrably an Outlook Task.
Now, I've done all sorts of VB programming with Access and Excel, but very
little with Outlook. I really don't know where to start.
Any ideas to get me started?
Thanks for your help,
KB
I've added two user-defined fields to my Contacts folder: Frequency
(Integer) and Last (Date).
The frequency field I use to code roughly how often I should try to keep in
touch with someone:
1 = 1 month
2 = 3 months
3 = 6 months
4 = haven't talked to in long time, but should
5 = information outdated
6 = avoid at all costs
[blank] = not a personal contact (restaurants, bank manager, etc.)
The Last field I use to code the rough date of the last time that we were in
touch with each other.
Now, I'd like to write a routine to periodically check my contacts list to
see if I've been delinquent in talking with someone. I could click a button
to start the code, or just run the macro.
If I've been delinquent, if possible, I'd like to create a task, due by the
end of the current month, to remind me to get in touch with that person. The
task can either be a flag on the contact, or preferrably an Outlook Task.
Now, I've done all sorts of VB programming with Access and Excel, but very
little with Outlook. I really don't know where to start.
Any ideas to get me started?
Thanks for your help,
KB