Hi JoeI got this to work by putting the following in the change eventif (xfa.event.change.length==1)xfa.event.change = "";I then added a note in the enter event to advise users to click on the arrow to do thisxfa.host.messageBox("Please click the arrow to your left to select date","Assistance",3)I a...