Hi,
I have a make-table query with one attribute that is derrived from multiplying a number against currency value.
For example:
Hours Worked * Rate = Expense
95.516 * $55.54 = 5305.0446044
How can I control the decimal places so that I end up with this?
95.516 * $55.54 = $5305.04
I've tried editing the field properties in the query design window to change the result to currency but that didn't work. Should I have an input mask?
Thanks,
Jason
I have a make-table query with one attribute that is derrived from multiplying a number against currency value.
For example:
Hours Worked * Rate = Expense
95.516 * $55.54 = 5305.0446044
How can I control the decimal places so that I end up with this?
95.516 * $55.54 = $5305.04
I've tried editing the field properties in the query design window to change the result to currency but that didn't work. Should I have an input mask?
Thanks,
Jason
Comment