I select a value in Combo1, and it cascades the values in Combo2.
however, Combo2, is not refreshed until i close down the form and reopen it again.
is there a way of refreshing Combo2, once i make a selection in Combo1?
for instance using the OnUpdate event for Combo1.
but i dont know what...