Most likely what is happening is that all of the stored values are identical (probably blank), but the display values are working. So the drop-down control doesn't know which display value to show since they all have the same stored value--thus it chooses the last one.

Signature
Greg Collins [InfoPath MVP]
Please visit: http://www.InfoPathDev.com
After creating selection boxes (dropdown,check,etc) and then run form, the
selection returns to last item listed in the selection box regardless of the
selection made
Gailc - 26 Apr 2005 14:13 GMT
Hi Greg,
I'm having the same issue. My drop down info is coming from XML - how do I
fix this problem?
Gail
> Most likely what is happening is that all of the stored values are identical (probably blank), but the display values are working. So the drop-down control doesn't know which display value to show since they all have the same stored value--thus it chooses the last one.
>
> After creating selection boxes (dropdown,check,etc) and then run form, the
> selection returns to last item listed in the selection box regardless of the
> selection made