Combo Box

A

aliceg

I have created a combo box and entered by list of entries. My problem is
when I select an entry it changes the entries for all of the other records.
What do I need to change so that the values remain as individual values for
each record. Also, the new field is unbound and no Control Source is chosen.
Thanks
 
T

Tom Wickerath

Hi Alice,
Also, the new field is unbound and no Control Source is chosen.

This is the cause of the problem you are experiencing. You need to specify
the correct field as the Control Source. The Control Source is usually a
foreign key field. It is the field that you intend to save the selected value
to.


Tom Wickerath
Microsoft Access MVP
http://www.accessmvp.com/TWickerath/
__________________________________________
 

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