Greetings everyone,

Is there a way to format a combo box so that the data returned from the database can have a heading. Example:


ID Name
1 Franks
2 Jane

So basically, programming in the heading information before the data is returned. The only data return from the database is ID numbers and Names, not the heading. Lastly, I did not to use a Rich Textbox because the user needs to make a selection in order to perform deletion. Thank in advance.