To add more choices in dailog list

Guys…

          I want to add more choices in dailog list of a field i mean to say that

Ex: A field (dailog list) consist below choices:

   a

   b

   c

   d

suppose user want to enter a choice which is not in Dailog list.

this can be made by enabling of “Allow value not in list”

But my requirement is ,

If user entered choice “e”, it has automatically update in dailog list, no need to enter again next time, he just select a updated choice in dailog list.

Help!..

Vijay

Subject: To add more choices in dailog list

Then you need to store the choices somewhere that they can be looked up. You cannot “dynamically” update a static choice list, therefore your list of choices must come from a lookup (use formula for choices).

When the user saves the document, the lookup will reflect the new choices because it will now include the new value from the newly saved document.