I have a textbox and two listboxes on a form.
i have coded the textbox and the first listbox together so that typing a publisher name in the textbox moves down the list in the listbox to similar entries.
the two listboxes are coded together so that when i click in the first (eg. publishers) the second fills with a list of publications
why doesnt the coded movement in the publishers listbox (carried out by the textbox_change) trigger the action in the second (publications) listbox ?
calling the procedure by name shows that the publishers listbox default value has remained at null when the textbox_change runs but the default value is set correctly by clicking.