Combo Box

  • Thread starter Thread starter tammi
  • Start date Start date
T

tammi

I am trying to create a data input box in form view with a drop down list.
The one I have created changes all Records in the database rather than being
specific to each individual record in my database. What am I doing wrong
 
It probably is not changing all records but just appears that way because it
is not bound to the table.
Check the Control Source property for it. It should be the field in the
table.
 
I am trying to create a data input box in form view with a drop down list.
The one I have created changes all Records in the database rather than being
specific to each individual record in my database. What am I doing wrong

You haven't given enough information, but it sounds as though you are
using a form in continuous view and the combo box is not bound to any
field in the table.
Set the combo box Control Source to field in the table that the form
is bound to.
 
Back
Top