Drop Down Boxes

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

Guest

I created a drop down box with values that will never change, but when I go
to the record to use it, it changes the field on all records not just the one
I am working on. How can I stop it from doing that? I need to be able to
change the records individually.
 
Your combo box is unbound to the underlying table. No records are being
changed. You need to bind the ControlSource property to a field in the
underlying table or query. Open the form in Design View, select the combo,
Open the property sheet (View >>> Properties) and go to the Data tab. Select
the underlying field.
 

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

Similar Threads

Limit to Records in a drop down box? 2
combo box search field problem on form 1
drop down box 1
drop down box 2
Creating a drop down menu?? 5
combo box locked 4
Drop Down in Form View 3
Combo Box 1

Back
Top