Hi,
I am having annoying struggles with writing a 6 place decimal precision currency to my table. I cant get the field properties right for some reason.
The details are...
Unbound textbox with the properties of
Format: currency
decimal places: 6
With the field properties being
Type: currency
decimal places: 6
Format: BLANK
I've tried a number of things but usually the number is rounding...
What properties for the field should be set so that a currency field always takes on a 6 place decimal.
Example:
User types ".06" into textbox, which auto formats to $.060000
The table is written to and that corresponding field gets exactly that textbox currency value.
Thanks for the help,
Regards