ie
if combo box 1 is states and i select calif, combo box 2 shows a list of calif cities and sets var vcities to one of those cities.
but, if i go back and change list 1 to florida , list 2 gives me only florida cities however if i check a florida city, var vcities is still set to a calif city.
Lawrence Lustig wrote:
The second list will update after the first list is
changed but the variable assigned to the second list does not
change.
I'm not sure why one would expect the variable value to change. The user hasn't made a new selection from the second list box at that point. What value to you expect the variable attached to the second list box to have after the first list box changes? -- Larry
