Tab on Form Clears Data from Combo Box

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a form with a text box on the left, a combo box on the right, and a list box below. When I tab out of the text box into the combo box, or out of the list box into the combo box, the data is cleared, i.e., removed, from the combo box. I've tried every combination of the the tab stop/tab index properties I can think of but I still get the same results

Does anyone understand what is happening here? Thanks.
 
Is your combo box unbound? If the other two fields are not clearing, it would sound that way. If all the fields are clearing, you are probably going to a new record. Do you have the navagation bar showing on your form? This might help in troubleshooting


----- Michael Ryle wrote: ----

I have a form with a text box on the left, a combo box on the right, and a list box below. When I tab out of the text box into the combo box, or out of the list box into the combo box, the data is cleared, i.e., removed, from the combo box. I've tried every combination of the the tab stop/tab index properties I can think of but I still get the same results

Does anyone understand what is happening here? Thanks.
 
Back
Top