Flag for Follow Up

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
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/
 
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?
 
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/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top