Add Task to Outlook

  • Thread starter Thread starter Lou Civitella
  • Start date Start date
L

Lou Civitella

Using Access 2003 I have added code to create a task in Outlook. Everything
works fine except that I would like the task to remain open so the user can
edit the newly created task. Is there a way to do this?
Thanks In Advance,
Lou
 
You didn't post your code but objItem.Display should display the newly
created item but as you said it closes I would make sure you didn't close it
in your code.
 

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