What datatype to use.

  • Thread starter Thread starter Pritesh_karma
  • Start date Start date
P

Pritesh_karma

Im dealing with really really large numbers, its basically currency but
what types of numbers should i use... 999 999 999 999.00 i think that
would be the largest.
 
Try the decimal data type that lets you define both the precision and
scale...
 
Pritesh_karma said:
Im dealing with really really large numbers, its basically currency but
what types of numbers should i use... 999 999 999 999.00 i think that
would be the largest.

From Access help, the Currency datatype:

"provides a range of -922,337,203,685,477.5808 to 922,337,203,685,477.5807"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top