Hello, I have a combo box on my form which style has to be 2-Drop Down list. There is an instance though where i load data onto the form from a database, and I want to set the combo box whose style is 2 to a integer i grab from the database. It keeps saying since its style is two that its a read only. I cannot change the style since what I load from the DB is a control ID that the user cannot change, but I read and save out that Id from the combo box on the save/edit. Any way to set this combo box to the number I need by searching its array some how? Code would help. Thanks

Regards,
Shane