Glenn_Suggs
New Member
- Joined
- Aug 9, 2012
- Messages
- 13
I'm having with an import that involves number that are sixteen digits long. They appear to come in from Excel in scientific notation and all I need on the Access side is a 16-character string that represents the original number. (I need it to be text because that's the way it will be stored on a server side table) However, when I use Cstr(number), it retains the scientific notation format as something like 1.05000345E+15. How can I get the Scientific notation Excel number to convert to "1050003458749878"?
Thanks in advance,
Glenn
Thanks in advance,
Glenn