Querying in Excel

G

Guest

I am trying to run a query in excel, but the problem that I am having is that
the query is returning multiple rows of duplicate information. Ex: it's
listing invoice A 20 times, instead of only listing it 1 time. I've already
trying using the word "distinct" in the SQL statement but it doen't seem to
then be returing the proper data.

I appreciate all help!!
 
G

Guest

It sounds like you need a GROUP BY statement in your SQL.

If you have questions....post a sample of your SQL and we'll see what we can
do for you.

Does that help?

***********
Regards,
Ron

XL2002, WinXP-Pro
 

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