G
Guest
Hi. I have two ListBoxes on my Form. Each listboxes row source types are
value lists. The form opens up with 1st listbox enabled, and 2nd listbox not
enabled. 2nd listbox only enables when user chooses something from 1st
listbox. What I am trying to achieve is that I want to be able to select a
choice from the 1st listbox, and that will automatically select the related
value from the 2nd listbox, other values in the 2nd listbox will remain
inactive. Is that possible?
Here is the example: List1 List2
-------- -----------
App1 Print-App1
App2 Print-App2
App3 Print-App3
As soon as I select App1 from List1, Print-App1 from List2 should
automatically be selected. Print-App2, and Print-App3 will remain inactive,
and so on.
Thanks in advance for the help. I really need it done today to meet the
deadline.
I appreciate it very much.
value lists. The form opens up with 1st listbox enabled, and 2nd listbox not
enabled. 2nd listbox only enables when user chooses something from 1st
listbox. What I am trying to achieve is that I want to be able to select a
choice from the 1st listbox, and that will automatically select the related
value from the 2nd listbox, other values in the 2nd listbox will remain
inactive. Is that possible?
Here is the example: List1 List2
-------- -----------
App1 Print-App1
App2 Print-App2
App3 Print-App3
As soon as I select App1 from List1, Print-App1 from List2 should
automatically be selected. Print-App2, and Print-App3 will remain inactive,
and so on.
Thanks in advance for the help. I really need it done today to meet the
deadline.
I appreciate it very much.