Combo Box on Toolbar

  • Thread starter I'm a Trampoline
  • Start date
I

I'm a Trampoline

I have three questions (give or take a bit) on this subject (remember
this applies to a combo box on a *toolbar* created with VB, not a
regular combo box):

How do I check to see if the Combobox exists before creating one? (I
might close and open the form more than once before quitting and don't
want duplicates).

How do I clear the contents of the combo box (which were added with
..AddItem)?

There's no rowsource property is there? Do I need to use a loop to get
the values from a table, and step through each record adding them with
..AddItem? (The table is small, so this is likely feasible.)

Thanks in advance.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top