Greetings,I have a drop down list with value:text as
follows:01:Daylight02:Dusk03:Dawn04:NightI would like to present the
user who clicks on the drop down list with all of the literal text
options (daylight, night, etc), but once selected, the object populate
and print only the value (01, 02, etc).I thought about resizing the
object when the user clicks on it, and then resizing it back once
selected, but this seems rather cumbersome. Space on the printed form is
very limited, which is why the va...