T Tam Jan 9, 2004 #1 How can I get my listbox to be activated when "Yes" and "maybe" are selected by the user? Thanks!
J Jim Allensworth Jan 9, 2004 #2 How can I get my listbox to be activated when "Yes" and "maybe" are selected by the user? Thanks! Click to expand... If by "activated" you mean get focus and you are referring to a choice from an option group then use the Option Group's After Update event to set focus to the listbox. - Jim
How can I get my listbox to be activated when "Yes" and "maybe" are selected by the user? Thanks! Click to expand... If by "activated" you mean get focus and you are referring to a choice from an option group then use the Option Group's After Update event to set focus to the listbox. - Jim