Re: How to summarize recordset...Select Distinct alternative?
- From: "Stephen Howe" <stephenPOINThoweATtns-globalPOINTcom>
- Date: Wed, 14 Nov 2007 15:42:40 -0000
ORDER BY 1,2,3 ...is a way to order by first field, second field, third
field? (regardless of field names)
No. It is ORDER BY the columns in ther SELECT
So if I had
ORDER BY 4
it would be
ORDER BY COUNT(FldItem)
in the first select. You can mix them as well:
ORDER BY 1,field2,4
Stephen
.
- References:
- How to summarize recordset...Select Distinct alternative?
- From: MP
- Re: How to summarize recordset...Select Distinct alternative?
- From: Bob Barrows [MVP]
- Re: How to summarize recordset...Select Distinct alternative?
- From: MP
- Re: How to summarize recordset...Select Distinct alternative?
- From: Stephen Howe
- Re: How to summarize recordset...Select Distinct alternative?
- From: MP
- How to summarize recordset...Select Distinct alternative?
- Prev by Date: Re: How to summarize recordset...Select Distinct alternative?
- Next by Date: Re: How to summarize recordset...Select Distinct alternative?
- Previous by thread: Re: How to summarize recordset...Select Distinct alternative?
- Next by thread: Re: How to summarize recordset...Select Distinct alternative?
- Index(es):