get #Error when add new task

A

amin

Hi

I want to copy data from Custom field Text11 to Text17 .

I add formula to Text17 :

IIf(IsNull([Text11]),'',[Text11])

the formula work correct for old task (befor I add the formula) , for
new task i get #Error in

Text17 field.

how can i copy the data without get this Error ?

***I add formula just to make Text17 Read Only, if you have another way
to make it read only it's will be great.

thanks
 
G

Gérard Ducouret

Hello Amin,

Your formula works fine for me, as well for old and for new tasks ... !

Gérard Ducouret
 
A

amin

thank you

Can you show me step by step how you add the formula ?

I"m using Project Profissional 2003

1 - Tools->Customize->fields
2- Choose Text 17 and click on the formula radioButton and click
"Formula" Button
3- write IIf(IsNull([Text11]),'',[Text11])
4-click ok

the formula copy the exist data , when i write new task by enter the
task name , i get #Error in text 17
 

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