Multiple Values in Combobox

Irie

Registered User.
Local time
Today, 18:20
Joined
Jul 12, 2001
Messages
27
I have a combobox which has multiple values repeated, how can I limit the list to show only one value, and no duplicates??
Thnx for any suggestions,
 
is the combo box feild a primary key? If it's not create a table just for that combo box and enter the values you want in the table. then you could use this table to select data to save in other tables.
 
Base the combo on a query and select unique values.
 

Users who are viewing this thread

Back
Top Bottom