Long integer size

  • Thread starter Thread starter Alan T
  • Start date Start date
Alan,

Integer Stores numbers from -32,768 to 32,767 (no fractions).

to find this info
--open table in design view
--add a field of type number
--choose Long Interer in the bottom section of the table in design view
--press F1 while cursor is in the words Long Integer

Jeanette Cunningham
 
It's a 4 byte field that can hold values from -2,147,483,648 to
2,147,483,647
 
Oops!!
I copied the values for Integer instead of Long Integer. Doug's reply has
the correct statistics. It would be quicker, easier and more accurate to
look it up yourself than asking here - assuming you have an access database
in front of you.

Jeanette Cunningham
 

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