Hi MDawn,The populating of drop-down lists (DDL) is done in item pairs: addItem("DDL Item Text Displayed", DDL item value) For instance: ("Item",1).You can access the DDL item value using the exit event of the DDL. Placing a script there makes "this" refer to the DDL item value.So, a script likeif...