G
Guest
I suppose this should be obvious but how do you keep the input to a numeric field in a table from rounding to the nearest whole number?
numeric field in a table from rounding to the nearest whole number?RAB said:I suppose this should be obvious but how do you keep the input to a
I suppose this should be obvious but how do you keep the input to a numeric field in a table from rounding to the nearest whole number?
input to a numeric field in a table from rounding to the-----Original Message-----
I suppose this should be obvious but how do you keep the
The datatype for the table should not be "integer". Suggest that you set
format = Standard, 2 decimal places in controls related to this field.