Results 1 to 4 of 4
  1. #1
    drr1970 is offline Novice
    Windows 7 64bit Access 2016
    Join Date
    Aug 2017
    Posts
    2

    Solutions for reaching data limits?

    Hello
    I have a data entry form that pulls information from a Table called "Clients" so that we can enter the client data in another table. This is done through a lookup in a form. We just noticed that we can't pull in clients with a last name beginning with a "Y". in fact the last client that shows up in the lookup field, is client number 65535, when the names are sorted alphabetically. In looking through various data limits that Access has, 65535 seems to be an important limit on characters, but i am not understanding how it is limiting records. If we have reached a limit, is there any override for this?


    Thanks in advance.

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,972
    Access has a 2GB file size limit.

    You are hitting a limit for combobox and listbox lists. Review http://allenbrowne.com/ser-32.html

    I hope you are not duplicating client data in two tables.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #3
    drr1970 is offline Novice
    Windows 7 64bit Access 2016
    Join Date
    Aug 2017
    Posts
    2
    Thank you.
    My database is 0.16 GB in size right now, and no! I'm definitely not duplicating data. This database has actually been working really well for about 7 years.
    In the link you posted there is a suggestion as follows, which is:
    "
    1. Create a function that assigns the RowSource after a minimum number of characters has been typed. Only entries matching these initial characters are loaded, so the combo's RowSource never contains more than a few hundred records."


    I do not know how to code, is "create a function" is the same as "create a macro"? Am i correct in assuming that this will require me to find someone who can write code for that, or is there a built-in Access function (like "assignRowSource).

    Thanks again.

  4. #4
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,972
    The article means create VBA procedures and example included. Modify as required for your situation. You will have to learn VBA or find someone. https://support.office.com/en-us/art...0-DAB7C75CBE0C

    Macros in Access are very different.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

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

Similar Threads

  1. Replies: 12
    Last Post: 10-21-2018, 05:49 PM
  2. Replies: 4
    Last Post: 09-07-2016, 07:38 AM
  3. Replies: 8
    Last Post: 03-26-2014, 10:38 AM
  4. Reaching 2GB limit
    By bbmak in forum Database Design
    Replies: 3
    Last Post: 01-23-2014, 09:29 PM
  5. Multiuser Access Solutions?
    By GaryE in forum Access
    Replies: 4
    Last Post: 04-16-2013, 06:15 AM

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