Here is a sample that shows what I think you want. I have a TextField
that is displayed. When the user enters the field, I hide this field and
make a DDlist available to the user. This DDList is placed behind the
TextField and is hidden (not part of the layout) until the user enters
the TextField. I also hide the TextField (this code is on the Enter
event of the TextField). Now that the DDlist is visible you can set up a
DDList to display one thing but report another. This is what I did (look
at...