Combo Box

  • Thread starter Thread starter aliceg
  • Start date Start date
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
 
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/
__________________________________________
 
Back
Top