I'm using Access 2997 and am pretty new to this. I have a table and a form with a number field:
The table has a field called
Field Name: CountUnitsPerPack
Type: long integer
format is general number
decimal places set to auto
I also have set up this field on my entry form, with the same properties:
format is general number
decimal places set to auto
The problem is that the field on the form does not accept decimal places:
If I enter the value "0.1" into the field on the form, the number "0" displays on the form. If I open the table, I see the value 0.1 has been entered into the field.
As I've said, the properties in design view show the field as a general number with decimal set to auto.
This is causing problems with some calculated fields, and I can't figure it out.
How do I get this form to accept and display a decimal (eg "0.1")?
Thanks in advance!