I have a form that contains a combo box.
The combo box is bound to a field.
Once I have selected a record from the combo box, it is displayed.
How do I remove the record, not from the combo box's recordset, but from the form's current record?
I have tried highlighting it and pressing delete but this does not work!
Thanks