Hiding Duplicate Records in a List Box

F

FredK

Is there a way to hide (or not list) duplicate records that might be in a
List Box?

Thanks in advance for any help.

Fred
 
J

John W. Vinson

Is there a way to hide (or not list) duplicate records that might be in a
List Box?

Sure. Base the Listbox on a query with only the fields that you want to see,
and its Unique Values property set to Yes.

John W. Vinson [MVP]
 
Z

zionsaal

Sure. Base the Listbox on a query with only the fields that you want to see,
and its Unique Values property set to Yes.

John W. Vinson [MVP]

put the word "distinct" after the word "select" on the row source
property
 
Top