Drop Down Box Changing

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

Guest

I have a form that has a drop down box with 2 selections, the first selection
comes up automatically, but when the user selects the other option, when they
go back into the form, it has changed the box to the first choice. What is
doing this? I can get it to stay if I manually go into the table and change
it, but I do not want the users to do this.
 
Jody said:
I have a form that has a drop down box with 2 selections, the first
selection comes up automatically, but when the user selects the other
option, when they go back into the form, it has changed the box to
the first choice. What is doing this? I can get it to stay if I
manually go into the table and change it, but I do not want the users
to do this.

Is it a bound ComboBox? An Unbound control does not retain entries between
form sessions.
 
Back
Top