> Everything works the first time though. But if I > change the selection of > the first combo box the second and third hold on to > their values.
It sounds like you need to put some code into the first combobox to refresh the next two: PROPERTY ComboBox2Name REFRESHLIST 'TRUE' PROPERTY ComboBox3Name REFRESHLIST 'TRUE' Is this that pre-release version you are using? Are the combo boxes fast? -- Larry
