i want to increase numeric field length

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i want to increase numeric field length upto 15 number for egs.. pls tell me how i can do that
 
i want to increase numeric field length upto 15 number for egs.. pls tell me how i can do that

Use a Double. That's *just barely* fifteen decimals.

If you have AccessXP or later, you can use a Decimal datatype but be
aware that its implementation appears to have some bugs (sorting
incorrectly for example).

Neither Integer, Long Integer, Single or Currency will do the job.
 
Back
Top