All,
I've read what seems like 100 posts related to rounding problems. . .learned some things, but haven't found quite what I'm looking for.
The table fields and associated form fields are formatted to accept the numbers I need (mostly decimals and many less than zero i.e. 0.1655) If I type them in manually they save as entered. However, these are calulated fields , and the calculated results A) always round, and B)less than zero always shows as zero (even though i have fixed fields with four decimal spaces. The calculations are simple: Me.BSDose = Me.Difference \ 100 (usually small numbers like 26\100 which should be .26
So. . why would the calculation produce a rounded result even if the fields are fomatted correctly? Thanks for any help!
Dave
I've read what seems like 100 posts related to rounding problems. . .learned some things, but haven't found quite what I'm looking for.
The table fields and associated form fields are formatted to accept the numbers I need (mostly decimals and many less than zero i.e. 0.1655) If I type them in manually they save as entered. However, these are calulated fields , and the calculated results A) always round, and B)less than zero always shows as zero (even though i have fixed fields with four decimal spaces. The calculations are simple: Me.BSDose = Me.Difference \ 100 (usually small numbers like 26\100 which should be .26
So. . why would the calculation produce a rounded result even if the fields are fomatted correctly? Thanks for any help!
Dave