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.
 
It is a combo box, and it is a bound combo box.

Rick Brandt said:
Is it a bound ComboBox? An Unbound control does not retain entries between
form sessions.
 
I figured it out, there was a macro that when I removed it everything works
fine.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top