Re: how return max value from one of three "fields" in a query?
- From: "Allen Browne" <AllenBrowne@xxxxxxxxxxxxxx>
- Date: Thu, 6 Jul 2006 11:13:02 +0800
See the MaxOfList() function here:
http://allenbrowne.com/func-09.html
In general, if you are comparing values across fields, it is worth
considering whether it would be better to create a related table where these
can be multiple records instead of having multiple fields in one table.
--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.
"Ginycub22" <Ginycub22@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:D7290960-C6B0-4B86-9BEA-FB370A480ECC@xxxxxxxxxxxxxxxx
I am running a query to compare 3 fields and I want only the information in
the field with the highest number displayed in the output.
.
- Prev by Date: Re: Jet engine stopped
- Next by Date: Re: Get the Minimum Value for a set of record
- Previous by thread: Re: how return max value from one of three "fields" in a query?
- Next by thread: Re: Help please !
- Index(es):
Relevant Pages
|