Hi,In the example, the updateNotice is a listbox. You could include a
button which would clear the listbox. For example in the click event of
this new button:updateNotice.rawValue = null; updateNotice.clearItems();
You would need to have a note, recommending that the list be cleared
before amendments. Maybe the updateNotice object and button would only
become visible after submission. Just a few thoughts,Niall