Since this is in a repeating node you need to reference the specific node,
otherwise it gets the first value as you have seen.
search on the current() function on http://www.infopathdev.com and you can
find some examples.
The syntax is tricky sometimes but once you get it you can reference the one
you want.

Signature
Clay Fox / Microsoft InfoPath MVP
www.InfoPathDev.com / The InfoPath Authority / Downloads, Samples, How-To,
Experts, Forum
> Hi,
> I have a repeating table with a dropdownlist and three textboxes.
[quoted text clipped - 12 lines]
>
> Ozgun Demir