can I create a function to display the lower of two fields?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In a query I would like a field that would show the lower of two fields,
similar to the MINA function in Excel
 
iif([fielda]<[fieldb],[fielda],[fieldb])
you might have to be careful with null, though. Are these required fields?

-John
 

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