min between two fields

  • Thread starter Thread starter blendes
  • Start date Start date
B

blendes

i am working on helping a co worker. She has a querie the is returning two
values. I need to find the minamum value between the two. My expression looks
like this: Min([CPKMDVA] Or [CpkMDVB])
 
iif( CPKMDVA < CpkMDVB, CPKMDVA, CpkMDVB)



Vanderghast, Access MVP
 
thanks

Michel Walsh said:
iif( CPKMDVA < CpkMDVB, CPKMDVA, CpkMDVB)



Vanderghast, Access MVP


blendes said:
i am working on helping a co worker. She has a querie the is returning two
values. I need to find the minamum value between the two. My expression
looks
like this: Min([CPKMDVA] Or [CpkMDVB])
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top