Results 1 to 4 of 4
  1. #1
    BigBear is offline Novice
    Windows Vista Access 2007
    Join Date
    Mar 2009
    Posts
    9

    Make Long Integer Field Size show 2.5 Billion

    The largest number I can show with the Long Integer field size seems to be 2100000000.



    I need it to show 2500000000. How can I accomplish this??????

  2. #2
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 10 Access 2013 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    From VBA Help!
    Long Data Type
    Long (long integer) variables are stored as signed 32-bit (4-byte) numbers ranging in value from -2,147,483,648 to 2,147,483,647.

  3. #3
    BigBear is offline Novice
    Windows Vista Access 2007
    Join Date
    Mar 2009
    Posts
    9

    Solution: Field Size Double

    Thank you for your help.
    I needed it to hold a number larger than 2.2 Billion.
    By changing the field size to Double instead of Long Integer, I was able to accomplish that.
    Thanks again.

  4. #4
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 10 Access 2013 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    Glad to hear you got it sorted.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Data won't show up in table field
    By texzen123 in forum Forms
    Replies: 3
    Last Post: 11-26-2009, 11:20 AM
  2. Replies: 1
    Last Post: 10-09-2008, 04:48 AM
  3. Replies: 2
    Last Post: 09-01-2006, 04:03 PM
  4. Replies: 1
    Last Post: 06-09-2006, 05:44 PM
  5. Replies: 1
    Last Post: 12-09-2005, 09:27 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums