P
pcmike
I have a access database that is essentially a contacts list (meaning it has
first name, last name, company, fax, etc). I'm trying to generate a query
(that I can subsequently use in reports) that will give me firstname,
lastname, companyname, and faxnumber (where faxnumber is not duplicated). The
problem is some contacts are in the same office and therefore share the same
faxnumber. So I end up with 6 lines where all the contact information is
unique EXCEPT the faxnumber. I don't want this to occur, I want the query to
only output the first record that happens to share the same faxnumber. So say
there were 6 contacts that all share the same faxnumber.. I only want to see
the first record that has that faxnumber. Is there a way to do this easily? I
tried using "Totals" and grouping by "first" and all that stuff, but it
continues to list all records.
Thanks for any help you can provide!
first name, last name, company, fax, etc). I'm trying to generate a query
(that I can subsequently use in reports) that will give me firstname,
lastname, companyname, and faxnumber (where faxnumber is not duplicated). The
problem is some contacts are in the same office and therefore share the same
faxnumber. So I end up with 6 lines where all the contact information is
unique EXCEPT the faxnumber. I don't want this to occur, I want the query to
only output the first record that happens to share the same faxnumber. So say
there were 6 contacts that all share the same faxnumber.. I only want to see
the first record that has that faxnumber. Is there a way to do this easily? I
tried using "Totals" and grouping by "first" and all that stuff, but it
continues to list all records.
Thanks for any help you can provide!