I'm using the Dlookup function to return the value from a table. The value is "0.05", in the table the fields format is number and decimal places set to 2.
When I run the dlookup, it returns "0.050000000745 0581". Where does it get this number from and why does it add on extra decimal places?
Even if I put Round(Dlookup(" ","",""),2) it still displays all those decimal places.
When I run the dlookup, it returns "0.050000000745 0581". Where does it get this number from and why does it add on extra decimal places?
Even if I put Round(Dlookup(" ","",""),2) it still displays all those decimal places.
Comment