Configure Combo Box to Show Unique List Values Only?

E

exceluser

How can I configure my Combo (drop-down) box so that it displays unique list values only

Thanks

EU
 
B

Bob Phillips

A combobox lists all of the items within it, so if you only want unique
values, you must ensure that only unique values are loaded.

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
 
Top