Re: How to find Minimum of four fields
- From: "David F Cox" <nospam@xxxxxxxxxx>
- Date: Thu, 14 Dec 2006 22:16:11 GMT
When people start talking about minimums of four fields it is often an
indication that the design is not normalised. This is often called
"commiting spread***". In a properly designed database the function Min()
would make this task easy.
One way:
lowest: IIF([a]<=[b], IIF([a]<=[c], IIF([a]<=[d], [a],[d]),IIF([c] <= [d],
[c], [d]) ......etc
another is a VB function
"galsaba" <galsaba@xxxxxxx> wrote in message
news:1166132130.669605.308720@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
If I tried Excel? I did not becuase I know it will work...
I need it in access as part of big application with table relations and
other features that Excel does not have.
I need it in Access
Thanks
galsaba
Jeff Boyce wrote:
If you are trying to find a minimum value across four fields, it sounds
like
you have a spread***. Have you tried using Excel?
Regards
Jeff Boyce
Microsoft Office/Access MVP
"galsaba" <galsaba@xxxxxxx> wrote in message
news:1166121059.297139.185330@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I have a table with four field (column) what wil be the way to find the
minimum?
does access provide a function to do so?
does MS VBS provides?
thanks
galsaba
.
- References:
- How to find Minimum of four fields
- From: galsaba
- Re: How to find Minimum of four fields
- From: Jeff Boyce
- Re: How to find Minimum of four fields
- From: galsaba
- How to find Minimum of four fields
- Prev by Date: Re: Spam fighter for Outlook Express
- Next by Date: Re: How to find Minimum of four fields
- Previous by thread: Re: How to find Minimum of four fields
- Next by thread: Re: How to find Minimum of four fields
- Index(es):
Loading