Re: Sorting a recordset by a sum
- From: "Jeff Johnson" <i.get@xxxxxxxxxxx>
- Date: Tue, 1 Aug 2006 08:57:17 -0400
"Jan Hyde" <StellaDrinker@xxxxxxxxxxxxxxxxxxx> wrote in message
news:d52uc295e8rm8o78ia70r073nrv87j5ekd@xxxxxxxxxx
Gave a similar error:
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[Microsoft][ODBC Microsoft Access Driver] Cannot group on fields
selected with '*' (c).
Do you have a GROUP BY in your SQL?
No, and that's part of the problem, which I see now. He wants to get away
without naming the columns (i.e., using *) but there's simply no way around
it when you have aggregate functions in your SELECT list.
.
- References:
- Sorting a recordset by a sum
- From: TheFetts
- Re: Sorting a recordset by a sum
- From: Tony Proctor
- Re: Sorting a recordset by a sum
- From: TheFetts
- Re: Sorting a recordset by a sum
- From: Jeff Johnson
- Re: Sorting a recordset by a sum
- From: Jagno
- Re: Sorting a recordset by a sum
- From: Jan Hyde
- Sorting a recordset by a sum
- Prev by Date: Re: ADO Autonumber
- Next by Date: Re: Reg:Truncate Values in Grid
- Previous by thread: Re: Sorting a recordset by a sum
- Next by thread: Re: Sorting a recordset by a sum
- Index(es):
Relevant Pages
|