Getting Info out of Tasks

B

Brian

My company has been using tasks to track projects and custom forms to store
additional information. Now that we've grown we're moving to Access.
Previous entries have been helpful in retrieving information from the custom
forms.

Currently I'm trying to figure out how (or if) we can to bring over the text
from the "notes" section of the task tab. We have pages of technical data
that we don't want to loose access to. I can get up to 5 lines by exporting
it into Excell, and I can get one line via copying it over from a table view.
I need many many lines. Any Ideas?
 
S

Sue Mosher [MVP-Outlook]

Write code to return the value of the TaskItem.Body property and store it in a database memo field.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
B

Brian

Is there any way of doing for those of us who don't write code? And don't
want to pay major $$$ for a program to do it? Alternately how hard is it to
write code . . .

--Brian
 

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

Top