Hi all,

I have combo boxes which are populated with dynamic sql from sql 7.0. I want to have the combo box style as read only so that the user cant write in a value that is not present. The problem is that I have a grid, when the user click the grid it will populate the text part of the combo box with the users choice then go out to sql and retrieve the values for the combo box. I am unable to populate the text portion because it is read only. I guess after all this typing is how can i make the combo box read the grid but be locked if anything is typed inside of it.

thanks

Scott