i want to increase numeric field length

M

murtaza

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

John Vinson

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.
 

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

Top