<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>What is the best way to refresh controls e.g. contents of a 
      ComboBox after the addition of an item to its 'list' or the
      enabling of a button.</p>
    <p>For example, I have with the following code (in a Procedure
      called from Form_Open event):</p>
    <p><font size="+1"><tt>With ComboBoxTitle</tt><tt><br>
        </tt><tt>  Add("New Item")</tt><tt><br>
        </tt><tt>  .Refresh</tt><tt><br>
        </tt><tt>End With</tt><tt><br>
        </tt><tt>Wait</tt></font></p>
    <p>Should I use the Refresh method? Should I have a Wait statement?<br>
    </p>
    <div class="moz-signature">-- <br>
      John
      <br>
      <br>
    </div>
  </body>
</html>