List Box Activate Subform

T

Tam

How can I get my listbox to be activated when "Yes"
and "maybe" are selected by the user?

Thanks!
 
J

Jim Allensworth

How can I get my listbox to be activated when "Yes"
and "maybe" are selected by the user?

Thanks!

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
 
Top