Hello Folks,
I have a question regarding curency conversion (exchange rate) and precision. I have the exchange rate coming into the report as a string (i.e. "0.07654"). I would need to multiply this in a formula with a database field (SQL Server NUMBER type). The only problem is that when using CDbl() or CCur(), rounding occurs and the exchange rate becomes: 0.08.
Is there a way to maintain/specify precision when converting from string to a number or currency?
Thanks in advance!
I have a question regarding curency conversion (exchange rate) and precision. I have the exchange rate coming into the report as a string (i.e. "0.07654"). I would need to multiply this in a formula with a database field (SQL Server NUMBER type). The only problem is that when using CDbl() or CCur(), rounding occurs and the exchange rate becomes: 0.08.
Is there a way to maintain/specify precision when converting from string to a number or currency?
Thanks in advance!