ComboBox is not Refreshing the List after the Change event.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Ademar
    New Member
    • Dec 2021
    • 1

    ComboBox is not Refreshing the List after the Change event.

    I have a ComboBox and, at the Change event I update RowSource and then use the Dropdown command.
    But I realize that the ComboBox list is not updating (refreshing).
    I've already done several searches on the Internet about it, but I did not find a solution.
    Any tip?
  • NeoPa
    Recognized Expert Moderator MVP
    • Oct 2006
    • 32662

    #2
    Hi Ademar.

    Welcome to Bytes.com :-)

    We'd love to help but as your question is so short and lacking any information about your work there is very little I can say at this point.

    I suspect using the Change Event is inappropriate. Your description is not clear enough to be sure though.

    First consider what it is you want it to do. When you know that then try to describe it in words so that we can also understand that.

    If you have code and design that's relevant to your question then share the code and describe the design clearly.

    If you can do that adequately then I expect you'll get as much help as you need.

    Comment

    • isladogs
      Recognized Expert Moderator Contributor
      • Jul 2007
      • 483

      #3
      Agree with everything that @NeoPa wrote but, as a general guide, try using the After Update event instead of the Change event.

      Comment

      Working...