View Single Post
  #1  
Old December 18th, 2006, 08:40 PM posted to microsoft.public.access.forms
JonBake32
external usenet poster
 
Posts: 1
Default Combo-Box Duplicates

I have referenced a Combo-Box in my form to a table and my problem is a
larger version of this:

Lets say I have three names I will ever enter in a combo box: Apples,
Oranges, and Bananas. How do I format the drop-down so that it ONLY displays
the three names:
Apples
Oranges
Bananas

Instead of displaying all of the duplicates that are in that field such as:
Apples
Apples
Apples
Oranges
Oranges
Bananas
Bananas


Thank you.