-
Hi all,
I have a problem and dont know how resolve it.
Example, with a Data control linked to a database, and a ComboBox linked to a text field of this database, if the combobox is style 2 - Dropdown list when I call:
Data1.Recordset.AddNew I get an VB error 383 Text is Readonly.
Anyone knows how to solve it?
Thanks in advance.
-
The Error is self explanatory the Combo box's text property is read only if its style is set to DropDown List. So you can't bind it to a Data control because the Data control uses the combo box's text property to display data.
reply to
<[email protected]>