Purpose
Adds an item to an existing list field.
You can use AddItem to simplify the use of dropdown lists by automating the addition of new items to the list.
AddItem can only be used on editable and static selection lists and affects the List attribute.
Syntax
[Form].Field.AddItem (String)
String |
AddItem finds the item specified in the String parameter and adds it to the list. |
|