G
Guest
I have a Combo box from which a customer code can be selected which then
fills a number of other controls using the AfterUpdate event. The Auto
Expand property is also set on. I am using the Dropdown method with the
OnChange event so that as soon as the first letter is typed the drop down
list appears. The problem with this for me is that the list then covers the
other controls that have just been filled. What I would like to do is make
the drop down list disappear after an item has been selected from the list
probably as part of the AfterUpdate Event Procedure. At the moment it only
disappears when the control looses the focus.
Thank you in advance for any suggestions
Cheers,
fills a number of other controls using the AfterUpdate event. The Auto
Expand property is also set on. I am using the Dropdown method with the
OnChange event so that as soon as the first letter is typed the drop down
list appears. The problem with this for me is that the list then covers the
other controls that have just been filled. What I would like to do is make
the drop down list disappear after an item has been selected from the list
probably as part of the AfterUpdate Event Procedure. At the moment it only
disappears when the control looses the focus.
Thank you in advance for any suggestions
Cheers,