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.
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.