If you need to store decimals, you need to use either the datatype Currency or Numeric. For numeric, you need either the Field Size Single, Double or Decimal (for the latter, remember to set the scale, only applying formatting, doesn't make it store decimals). Byte, Integer and Long Integers do...