trunc

A

Arul

I have a number 24.50. I'm trying to get the trunc of this value...no
rounding (24) via a query. I couldn't find an excel equivalent for "trunc"
in access. Anyone tell me what it is? thanks
 
F

fredg

I have a number 24.50. I'm trying to get the trunc of this value...no
rounding (24) via a query. I couldn't find an excel equivalent for "trunc"
in access. Anyone tell me what it is? thanks

Exp:Fix([FieldName])
 
Top