Convert Negative values to zero

  • Thread starter Thread starter Majic
  • Start date Start date
M

Majic

I am calculating downtime in query. Of course, when you have a
negative value is not considered downtime and I want to be able to
convert all negative numbers to Zero.

Please help me out

Thank you
 
I thought an update query would be appropriate (update to zero when the
criteria is less than zero) or you may be able to use the afterupdate event
in the form.
 
I thought an update query would be appropriate (update to zero when the
criteria is less than zero) or you may be able to use the afterupdate event
in the form.







- Show quoted text -

Thank you
 
Back
Top