Infopath cascading list box changes selection once mouse clicks aw

M

Melissa

I have a problem where I have created a cascading list box from a SQL table.
However, I am having trouble after I select my data from the list, once I
click away my selection changes to the last item in my drop down list. Any
advice would be greatly appreciated.

Thank you
 
G

Greg Collins [InfoPath MVP]

Each option in a list box has two values -- a stored value, and a display value. If all of the stored values are identical, the last match is chosen... thus you see the last display value. It doesn't know which display value to match to the identical stored values, so you end up getting the last one selected (which is the expected default behvaior).

--
Greg Collins [InfoPath MVP]
Visit http://www.InfoPathDev.com


I have a problem where I have created a cascading list box from a SQL table.
However, I am having trouble after I select my data from the list, once I
click away my selection changes to the last item in my drop down list. Any
advice would be greatly appreciated.

Thank you
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top