I have a form containing a Combo Box (cboYear).
On Form Load I fill the combo box . Then using a retrieved recordset (vrs) I put the recordset value into the combo. ie
This works fine, except the text is highlighted
Is ther some way to turn this off, until the user tries to select an alternative value ??
Thanks
On Form Load I fill the combo box . Then using a retrieved recordset (vrs) I put the recordset value into the combo. ie
Code:
cboyear.listindex = vrs!syear
This works fine, except the text is highlighted
Is ther some way to turn this off, until the user tries to select an alternative value ??
Thanks