Multiple records in a query

A

Angie

I am pulling a very simple query: anybody throughout the last 3 years who
have given a financial donation. However, I am getting Multiple/Duplicate
records showing in my query (same ID of record); it's not like i typed in
duplicates but for some reason my query is creating duplicates. CAn you
please HELP!!!

Thanks
 
M

Marshall Barton

Angie said:
I am pulling a very simple query: anybody throughout the last 3 years who
have given a financial donation. However, I am getting Multiple/Duplicate
records showing in my query (same ID of record); it's not like i typed in
duplicates but for some reason my query is creating duplicates. CAn you
please HELP!!!


We can probably help with your query, but not much until we
see the query and an explanation of the tables and their
relevant fields.

At this point, all I can do is guess that the query is
joining two tables and the other table has multiple records
for each join field value.
 
K

KARL DEWEY

It is very hard to review your query without you opening it in design or SQL
view for me.
Do you think you can do that?
I cannot see the table names or the fields and their datatype.

Here is a thought, why not open the query in design view, click on VIEW -
SQL View, hightlight all, copy, and paste in a post.
 
A

Angie

Thank you both for replying.

being that this is a big query, how is the best way of me to do this so that
you can help? you may also email me directly at
(e-mail address removed)

thank you
Angie
 
J

John W. Vinson

being that this is a big query, how is the best way of me to do this so that
you can help?


Open the query in SQL view and post the SQL text here.
you may also email me directly at
(e-mail address removed)

We're all unpaid volunteers here; most of us either have day jobs or work as
paid consultants. For me, as for many, private email support is reserved for
paying clients; free support is here on the newsgroups, so others can benefit
from seeing the problems and the answers.
 

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

Top