Combo Box

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
 
K

KARL DEWEY

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.
 
F

fredg

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.
 

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

Top