You can start with this:Two text fields named child1 and child2. 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 of the
droplist.this.rawValue =
null;this.clearItems();this.addItem(child1.rawValue);this.addItem(child2.rawValue);