I have a form that ties to a database. On the form are three drop down boxes that I want to be drop down lists so that the users have to choose from a restricted selection. However, the box also has to be able to display text when the user is just browsing the records. When I try to insert text from the database into the box I get the good old "Property is read only." Is there a way to either A) Make the drop down list accept an input for the .Text field or B) Make a combobox such that the user has to use one of the existing selections?




Reply With Quote