How do I automatically show the content of a combobox? Is that called the rowlist? When the form opens I don't want the combobax to look empty.
Thank You,
Anders
In this case (refer above post by me) only one item at a time will be displayed in the combobox unless dropdown button (Downward arrow button) is not pressed to display a list of items. If you want to display items in list form while form is loaded, you may use ListBox in place of ComboBox.
How do I automatically show the content of a combobox? Is that called the rowlist? When the form opens I don't want the combobax to look empty.
Thank You,
Anders
You probably need "Form_Load, I believe vb has a way to have us select "FORM" from the dropdown in vb design mode and form_load code would be written...
Please search the forum, there may be something already added on this if more help needed:-)
Comment