I have a SQL Server Table that contains country names. I have this table bound to a ComboBox control on one of my forms. The data itself witin the talbe is in lower case.

My question is, how can I convert the data to upper case either in the table or the ComboBox?

Thanks,