Re: Weird combobox problem
Don't use a Recordset for a start, and don't use ADO at all. Use ADO.NET, retrieve the data into a DataTable and assign that to the DataSource of the ComboBox, or else use a DataReader to get the values one by one and add them.
Having said that, if you've got blank entries then you got entries. Either you've set the ForeColor and the BackColor to the same value, which is unlikely, or it may something else interfering. Do you have any McAfee products installed? There's a well-documented bug that causes text to disappear in .NET apps.
Re: Weird combobox problem
Is there any way to go around the McAfee bug? I'm afraid that is the standard Virus Scanner for our company.
Re: Weird combobox problem
They have posted a patch on their Web site. I'm sure someone has posted a link at least once before. Try search the forum first, then the McAfee site.