View Single Post
 
Old 03-30-2015, 01:02 PM
jjmclell jjmclell is offline Windows 7 32bit Office 2010 32bit
Advanced Beginner
 
Join Date: Nov 2012
Location: Sault Ste. Marie, Canada
Posts: 52
jjmclell is on a distinguished road
Default

You might be able to write a macro in VBA that sets a text field to equal the value in a particular field for a different task.

For example, I think you can work with the Tasks collection object (basically the list of all your tasks) to return a field property for a particular Task object and then assign that property to the text field of another Task object.

I'm rusty with my VBA or I'd try to write a quick macro up for you... If I find time, I'll try to write one and respond if no one else has.
Reply With Quote