I am using a datacombo that is filled by records in a database query. I want to make the text of the combo box equal to a value that is not in the query so that it displays the text in the combo box, but does not allow the value to appear when they drop down the options from the combo box. I am currently trying to do this like:
cboData.text = "text value"
This line of code runs, however when I look at my combo box there is no text. Is this because the text values have to be equal to a recordset in the datacombo? If so, does anyone have any suggestions?
Thanks so much in advance, and if any more explanation is necessary please let me know.
cboData.text = "text value"
This line of code runs, however when I look at my combo box there is no text. Is this because the text values have to be equal to a recordset in the datacombo? If so, does anyone have any suggestions?
Thanks so much in advance, and if any more explanation is necessary please let me know.