summary

  • Thread starter Thread starter Dan
  • Start date Start date
D

Dan

i have a table and it has duplicate names in it, but i
only want to see the name once how can i query this?

example

Jones Jone
Jones
Frank Frank
Frank
Frank
 
Dan,

change your query to a total query the "group by" will do as you want.
Also, check your help files for "GROUP BY Clause" you should get some more
info there.

Hope this helps,

Daniel
 

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