G
Guest
when I enter 6125552365231728 in a cell of my database the last digit changes
to zero (0) ???
to zero (0) ???
bjl122854 said:when I enter 6125552365231728 in a cell of my database the last digit
changes to zero (0) ???
bjl122854 said:when I enter 6125552365231728 in a cell of my database the last digit changes
to zero (0) ???
Arvin Meyer said:That number will only fit into a Double datatype and it will be changed to
scientific notation:
6.12555236523173E+15
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads:
http://www.datastrat.com
http://www.mvps.org/access
thank you !!!
I've tried using general, and currency fileds but have not tried text. IDirk Goldgar said:What Field Type and Field Size are you putting that huge number in?
You've probably exceeded the precision of it. You may have to use a
Currency or Decimal field, or else a Text field (if you won't need to do
any arithmetic with the number).
--
Dirk Goldgar, MS Access MVP
www.datagnostics.com
(please reply to the newsgroup)
thanks for the help
bjl122854 said:I've tried using general, and currency fileds but have not tried
text. I do not need to work with the # so i could use that. thanks
again!!