Hi All,
I am trying to fill a Combo Box with a list of sites from a table. The table has two columns. Friendly Name and Tech Name. The first column is a name that the end user chooses and the second column is the technical name from another file. I want to populate the combo box with all the sites in the table in alphabetical order. That part is pretty easy, the part I am having trouble with is I want to add to the top of the list an entry that says "All Sites", above all the entries from the table.
I am trying to fill a Combo Box with a list of sites from a table. The table has two columns. Friendly Name and Tech Name. The first column is a name that the end user chooses and the second column is the technical name from another file. I want to populate the combo box with all the sites in the table in alphabetical order. That part is pretty easy, the part I am having trouble with is I want to add to the top of the list an entry that says "All Sites", above all the entries from the table.