Results 1 to 5 of 5
  1. #1
    DaveC is offline Novice
    Windows XP Access 2002
    Join Date
    Jun 2014
    Location
    Connecticut USA
    Posts
    17

    Error on Make Table Query

    Using ACCESS 2010 -



    I have a linked table that I want to query a portion of into a new table. The link is fine and I can select the data that I'm looking for. However when I run the make table query I get this error:

    Cannot open database ". It may not be a database that your application recognizes, or the file may be corrupt.

    I'm trying to create the table within the same database as the query. I have no idea where the quotation mark (should be the database name) is coming from. Anybody seen this before?

    Thanks

  2. #2
    burrina's Avatar
    burrina is offline VIP
    Windows 8 Access 2010 32bit
    Join Date
    Oct 2012
    Location
    Freeport,Texas
    Posts
    1,383

  3. #3
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,632
    Recommend you not build MakeTable query as part of db design.

    Create the table and then do APPEND (INSERT) actions.

    Why do you need to duplicate the data into a local table?
    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.

  4. #4
    DaveC is offline Novice
    Windows XP Access 2002
    Join Date
    Jun 2014
    Location
    Connecticut USA
    Posts
    17
    It appears that the make table will exceed the 2 GB limit, and that's what the error is really about (thanks for the link burrina). Though the error message is rather obscure.

    I need to create local tables because our old Oracle server is being shut down and I want to archive the data. I'll have to split the big table into multiple MDB files to keep each one below 2GB.

  5. #5
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,632
    Consider SQLServer Express. I think it is now 10GB size limit and it is free.
    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: 1
    Last Post: 03-11-2014, 11:30 AM
  2. Perplexing Make Table error
    By jgelpi16 in forum Queries
    Replies: 4
    Last Post: 05-26-2011, 08:46 AM
  3. Replies: 1
    Last Post: 07-30-2010, 10:28 AM
  4. Replies: 2
    Last Post: 10-27-2009, 07:09 AM
  5. Make a table query
    By Fiona in forum Access
    Replies: 4
    Last Post: 06-25-2009, 11:24 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