Flag for Follow Up

N

Nuno Guerra

Hi.

It's it possible to put automatically a Flag for Follow Up in mails?
I have in my code a way to make mails based on the email address of a based
table.
This procedure create drafts each for a record (email address), what I want
is also the code to add a Flag for Follow Up inside it.

Any Help?

Thanks.
 
J

Jeff Boyce

Not sure I understand the approach you're suggesting...

Here's another possibility ... add a field to the table in which this is
happening. That new field could be a Yes/No field. Check it to indicate
'followup'.

--
Regards

Jeff Boyce
Microsoft Office/Access MVP


Microsoft IT Academy Program Mentor
http://microsoftitacademy.com/
 
N

Nuno Guerra

Not exactly.

Imagine you make 'New Message' in the Outlook. Before you send it, you click
on the Flag button and fill the date in the 'Due by' field, and the 'Time'
field.

Since I have a table with lot's of address to send a mail, and I can make
the Drafts mails automatically by code (like a mail merge), I would like to
add in each mail this property avaiable in the Outllook.

Have I been clear?
 
J

Jeff Boyce

If you are saying you'd like to have a way in Access to flag a record,
you'll need a field in which to store the information that the record has
been flagged. I don't know with certainty, but I strongly suspect that
Outlook has such a field to note "flagged".

--
Regards

Jeff Boyce
Microsoft Office/Access MVP


Microsoft IT Academy Program Mentor
http://microsoftitacademy.com/
 
Top