Hi Joe
I got this to work by putting the following in the change event
if (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 this
xfa.host.messageBox("Please click the arrow to your left to select date","Assistance",3)
I am not sure that the code is that great but works for me. Bear in mind that some users cannot use a mouse which would be the disadvantage of doing this force.
Let me know if it works.
Thanks
Darren