PC is correct, it's impossible for the system to save the decimal value .00
in the field. but you can "see" the .00 if your field properties are set a
certain way. if you set the data type as Number, the field size as Long
Integer, the format as Fixed or Standard, and the decimal places as 2 - if
you type 6, you will see 6.00; if you type 5.99 you will see 6.00, etc.
just remember that Format and Decimal Places properties affect how the data
looks, *not* the underlying values saved in the table.
hth