View Single Post
  #2  
Old January 10th 06, 05:21 PM posted to microsoft.public.outlook.program_vba
Eric Legault [MVP - Outlook]
external usenet poster
 
Posts: 830
Default Link a task to another task

How about having the code behind the button create the Task Item, and then
set the value of the opportunity form's EntryID property to a custom field
(or an infrequently used field like Role) in the new Item. Then have a
button on the new form open that item from the GetItemFromID method.

--
Eric Legault (Outlook MVP, MCDBA, old school WOSA MCSD, B.A.)
Try Picture Attachments Wizard for Outlook:
http://www.collaborativeinnovations.ca
Blog: http://blogs.officezealot.com/legault/


"Gary" wrote:

I want to create a task from an opportunity form (really a task form) and
link the new task back to the opportunity. I want to create a button on the
opportunity form that will open a new task form and set a field value (parent
value) that can be used to link back to the orriginal opportunity form.

Ads