Form Data mask and format

V

Veli Izzet

Hi all,

I want to input some numerical data to a subform with 2 decimal places.

Whenever I enter say 3,15, the data becomes 3, and when I enter 3,6 it
becomes 4.

I tried to format the field in the table, on the query based on the
table (that the form uses) and on the form itself without any success.

I know this is a very trivial question, but I need any help I can get.

Thanks for answers
 
S

Sharkbyte

The easiest would be to used a format of Fixed, and set your DecimalPlaces
property to 2.

Sharkbyte
 
Top