unique records for mailing

G

Guest

I want to pull a mailing list from a table called "Grants"
There can be mulitple records for each "Applicant Name".
I've managed to limit the query to each distinct applicant name as follows:

SELECT DISTINCT Grants.Applicant
FROM Grants;

However, when I add more fields (address, city, state, zip) the duplicates
come back.
Any suggestions?
Thanks,
MSlayter
 
G

Guest

I don't have the answer to your question, but your background may answer my
question. How do you do this select distinct thing?
 

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

Similar Threads


Top