You table column's datatype should be set to a format which allows you to store decimal precision (like the Decimal datatype, or Double, or Single, etc).
Your Form's control should use the Decimal Places property, or use the Format property to correctly display your data. For my money, I like the Format function since it allows me precise control over these things.