in reply to how to modify the listbox values on selecting values of another listbox in the same form?
You'll have to use JavaScript and modify the second listbox (accessing it via the DOM) when an onChange event occurs in the first.