If the Top Values property is set to All, I get hundreds of records.
Just to be sure, can you double check that the query you posted *IS* the
right query. In practice, the SQL statement should have the words
TOP 10
and it does not, in what you posted. And when you say you 'select all', do
you have the GROUP BY clause.
I suspect you work with two totally different queries having very similar
names.
If not, can you send me you zipped database with the problem? my mail is
vanderghast at msn, dot com.
Vanderghast, Access MVP
> If the Top Values property is set to All, I get hundreds of records.
>
[quoted text clipped - 20 lines]
>> > GROUP BY tbl_QualityLog.[Part #]
>> > ORDER BY Count(tbl_QualityLog.[Def Qnty]) DESC;
Alex - 27 May 2008 21:48 GMT
I must have set the Top Values property before I copied the SQL. But, it's
definitely set to 10 and it's definitely not working; only giving me the top
6. I'll keep trying. Thanks.
> Just to be sure, can you double check that the query you posted *IS* the
> right query. In practice, the SQL statement should have the words
[quoted text clipped - 36 lines]
> >> > GROUP BY tbl_QualityLog.[Part #]
> >> > ORDER BY Count(tbl_QualityLog.[Def Qnty]) DESC;