Please advise how I can eliminate the appearance of previous entries (in a drop down box) when a field entry box is clicked on for entry of a new record.
Thanks!
http://www.acrobatusers.com/forums/aucbb/viewtopic.php?id=12277
examine the code in the variable example1, look at the the function setpartentries
PartList.clearItems();
see if you can adapt this line into your script and make the old data go away
hope that helps