I Irie Registered User. Local time Today, 18:20 Joined Jul 12, 2001 Messages 27 Aug 13, 2001 #1 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,
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,
P princess15s Registered User. Local time Today, 18:20 Joined Aug 2, 2001 Messages 15 Aug 13, 2001 #2 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.
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.