Hi,
I'm writing a program in Visual Basic 6. I have combo boxes that are bound to a database. I would like them to have the style property 2-Dropdown List so that a user could not change the contents of the box. It works for the ones that are not linked to the database, but when I run the program and there is nothing in the combo boxes that are linked, I get the error message "Text property is read-only" and a selection is automatically made by the program so that the box is not empty. The read-only property of the datacontrol is set to false. I was wondering if there is a way of ensuring that I don't get this message, either in Access or by writing some code in VB. If this is not entirely clear, let me know.
Thanks in advance!
Nicole