In Access, Integers are 2 byte fields that can hold values between -32,768
to 32,767, while Long Integers are 4 bytes fields that can hold values
between -2,147,483,648 to 2,147,483,647.
(Note that this isn't the case in all languages. In .Net, for example, an
Integer is a 4 byte field)
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.