Hiding Duplicate Records in a List Box

  • Thread starter Thread starter FredK
  • Start date Start date
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
 
Yes, base your listbox on a query that excludes duplicates.

PC Datasheet
Providing Customers A Resource For Help With Access, Excel And Word
Applications
(e-mail address removed)
 
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]
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top