Getting Info out of Tasks

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

Guest

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?
 
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
 
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
 
Back
Top