Info lost in Combo Box

  • Thread starter Thread starter jwr
  • Start date Start date
J

jwr

I have an order details form that has text boxes as well as combo boxes.
The information entered into the text boxes remains when I close the form
and reopen; however, the info selected from the combo box when entering does
not display when I reopen form. Therefore, my queries based upon this form
do not display the info in the 2 combo boxes.

Suggestions please.
 
I have an order details form that has text boxes as well as combo boxes.
The information entered into the text boxes remains when I close the form
and reopen; however, the info selected from the combo box when entering does
not display when I reopen form. Therefore, my queries based upon this form
do not display the info in the 2 combo boxes.

Suggestions please.

Check the combo boxes control source property.
Did you bind them to a field in your table?
 
Back
Top