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
List Box?
Thanks in advance for any help.
Fred
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]
put the word "distinct" after the word "select" on the row source
property