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
 
Back
Top