I am trying to use the Round function...
I put Round([FieldName],4)
Data looks like so...
0.00185
0.00555
I need it to end with 0.0019, however I keep getting 0.0018.. Any suggestions?
data type is text... I tried to update it to a new column with long integer data type, but it sends back 0 all the time.
Thanks
I put Round([FieldName],4)
Data looks like so...
0.00185
0.00555
I need it to end with 0.0019, however I keep getting 0.0018.. Any suggestions?
data type is text... I tried to update it to a new column with long integer data type, but it sends back 0 all the time.
Thanks