I'm trying to create a form view of a table for data entry, and I have a field for gram weight, but it keeps rounding my value. I try to enter any decimal value and it will round it to the nearest integer. I have both the table field and the form field set to 2 places for decimals and have tried changing the format from long integer, to double, to Single, to decimal... some round up. Some round down. But nothing lets the value stay as I enter it. I'm aware I can change it to a text field, but I need to perform a calculation on the value I enter.
Help me Obiwan... You're my only hope!

Help me Obiwan... You're my only hope!
