Hi,
The following part of the code is causing a problem
Dim EF As Double
EF = Me![£ForecastValue]
£ForecastValue is returning the correct value e.g. 1923.87
But EF is returning 1924
How do I get EF to return the same value with the decimal places?
Thanks for your help
cneill
The following part of the code is causing a problem
Dim EF As Double
EF = Me![£ForecastValue]
£ForecastValue is returning the correct value e.g. 1923.87
But EF is returning 1924
How do I get EF to return the same value with the decimal places?
Thanks for your help
cneill