Make Table Query - too many rows in return

I

Itzkie

I am using a "make table query". The table I am starting with has 187 rows.
The return query gives me 163640 rows (each row many, many times).

How do I fix that?

Thanks,

Melissa
 
J

Jeff Boyce

Melissa

We aren't there. We can't see your data. We can't see your query. The
question you asked is a little like saying "my car makes a funny noise ...
how do I fix that?"

First, try posting the SQL statement you are using...

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
J

John W. Vinson/MVP

I am using a "make table query". The table I am starting with has 187 rows.
The return query gives me 163640 rows (each row many, many times).

How do I fix that?

By correcting the error in the query. At a guess, the query has more
than one table included (or the same table multiple times) with no
JOIN line, or incorrect JOIN lines, so that each record in one table
is paired with all of the records in the other table or tables.

Please open the query in SQL view and post the SQL text here.
 

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