Add Task to Outlook

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
 
P

Pete D.

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.
 
Top