L
Les Coover
I have information listed in a MS Access Database
(Office NT) in fields FirstName and LastName there
are many duplicates. And of course there are records
like Smith, Adam and Smith, Mary.
Could someone explain how to write an SQL query
that will extract all unique FirstName, LastName
(DISTINCT records) but not give me repetitions.
I want all the records but things like
Smith, Adam and Smith, Mary should be included.
Thanks, Les Coover
(Office NT) in fields FirstName and LastName there
are many duplicates. And of course there are records
like Smith, Adam and Smith, Mary.
Could someone explain how to write an SQL query
that will extract all unique FirstName, LastName
(DISTINCT records) but not give me repetitions.
I want all the records but things like
Smith, Adam and Smith, Mary should be included.
Thanks, Les Coover