Re: Select Max(col name) Expr1000
- From: Brian Bushay TeamB <BBushay@xxxxxxxxx>
- Date: Tue, 27 Sep 2005 20:07:01 -0500
>I am trying to select a MAX value from a column and I have in the past added
>my own temporary column to return the max value into but I could not get
>that to work. I noticed that the query returned the value into a column
>called expr1000. Does it always return that column name with the max value
No.
You tell the query the new fieldname like this
Select MAX ([Piece Number]) as NewFieldName FROM your table
--
Brian Bushay (TeamB)
Bbushay@xxxxxxxxx
.
- References:
- Select Max(col name) Expr1000
- From: Jeff Howard
- Select Max(col name) Expr1000
- Prev by Date: Re: MS ACCES DELPHIE MASTER/SLAVE PROBLEM
- Next by Date: how to assign a recordset of ado to a variant?
- Previous by thread: Select Max(col name) Expr1000
- Next by thread: Field DisplayFormat
- Index(es):
Relevant Pages
|