hi
i have an issue with what i thought was a simple bit of maths, i hae a formula to convert one sort of id to another, but because the key involved is a very large number, access doesnt handle it like i expected it to.
is their a work around ? below is a quick example
(145774 * 2) + 76561197960265728 + 1
here is an example how i want access to handle it, the 76561197960265728 number is the key, but soon as i input the key into vba it gets converted to this
7.65611979602657E+16, the final result is also in this format as the result is also a very large number.
if i do the maths by hand with a calc everything is fine, basicaly just want access to do the maths i want it to and give me a straight answer
any help appreciated
scoobs
i have an issue with what i thought was a simple bit of maths, i hae a formula to convert one sort of id to another, but because the key involved is a very large number, access doesnt handle it like i expected it to.
is their a work around ? below is a quick example
(145774 * 2) + 76561197960265728 + 1
here is an example how i want access to handle it, the 76561197960265728 number is the key, but soon as i input the key into vba it gets converted to this
7.65611979602657E+16, the final result is also in this format as the result is also a very large number.
if i do the maths by hand with a calc everything is fine, basicaly just want access to do the maths i want it to and give me a straight answer
any help appreciated
scoobs