Ading tasks into Outlook from Access

R

Rajesh

How would I add new tasks based on conditions into Outlook
Tasks ???

Appreciate any help.
 
S

Sue Mosher [MVP]

You can use Outlook's Application.CreateObject method to create the new
task, then set its properties.
 
Top