Droplist

S

supm

i have more than on e droplist on form. after i select a subject on my
droplist when i click on another area of form my droplist changes. Help!
 
G

Greg Collins [InfoPath MVP]

Drop-down lists have two values, a display value (what you see) and a stored value (what gets saved).

If you have multiple list items with identical stored values, then what you describe will happen. You need to ensure that each stored value is unique, whether or not the display values are unique.
 
Top