Avatar

Level 6

Another option:

I have two text fields named Party1 and Party2.  When a name is entered in the text field(s) it then becomes available in the drop list.

I used the javascript below on the *pre-open event.

this.rawValue = null;

this.clearItems();

this.addItem(Party1.rawValue);

this.addItem(Party2.rawValue);