Results 1 to 2 of 2
  1. #1
    Shai is offline Novice
    Windows 7 64bit Access 2016
    Join Date
    Jul 2019
    Posts
    1

    table does not open

    Hello,

    i have a very large table in an Access database.


    whenever i try to open it gives an error saying "the query cannot be completed. Either the size of the result is larger than the maximum size of a database (2GB), or there is not enough temporary storage space on the disk to store the query result"

    the reason that i tried to open the table was to erase a large portion of it since the queries to this table were very slow, but if i can't open it, i can't delete anything.

    does anyone know how i can regain access to the query?

    thanks

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,525
    you may have waited too long to correct it.
    try compacting the db, it may help.
    make a query to delete items you know exist without opening the table: delete * from table where [name]="", then run the delete, and compact.

    If it starts getting to the 1.1 Gig range you may want to start thinking about more external tables to help keep the size down.
    1 db for historical data and 1 for current.

    compact often.

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

Similar Threads

  1. open table
    By ilham in forum Database Design
    Replies: 4
    Last Post: 09-26-2016, 07:55 AM
  2. Index table on Open
    By doncarp in forum Access
    Replies: 1
    Last Post: 04-15-2016, 01:51 PM
  3. Replies: 7
    Last Post: 09-15-2014, 11:55 AM
  4. Open a table in subform?
    By ZLHysong in forum Access
    Replies: 3
    Last Post: 01-09-2013, 02:42 PM
  5. open a table from msg box
    By mike02 in forum Access
    Replies: 4
    Last Post: 08-10-2012, 08:06 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