Results 1 to 4 of 4
  1. #1
    Tyork is offline Advanced Beginner
    Windows 7 Access 2007
    Join Date
    Oct 2010
    Posts
    35

    SELECT INTO Error

    I keep getting an error everytime I try to execute the simplest 'select into' statement.



    Code:
    SELECT * INTO NewTbl
    FROM (SELECT * FROM dbo_erc_CBC_GoodPhones)
    results in:

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

    Running the simple select query without the 'select in' statement executes just fine. Any ideas?

  2. #2
    weekend00 is offline I may not be right
    Windows XP Access 2003
    Join Date
    Aug 2010
    Posts
    1,295
    try to replace dbo_erc_CBC_GoodPhones with another table and run again.

  3. #3
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,641
    Does this work?

    SELECT * INTO NewTbl
    FROM dbo_erc_CBC_GoodPhones
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

  4. #4
    Tyork is offline Advanced Beginner
    Windows 7 Access 2007
    Join Date
    Oct 2010
    Posts
    35
    Neither of those work. A similar query had executed within the last hour but for som reason select into will not work anymore.

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

Similar Threads

  1. Replies: 1
    Last Post: 10-22-2010, 10:11 AM
  2. select statement
    By jellybeannn in forum Access
    Replies: 5
    Last Post: 08-13-2010, 05:21 AM
  3. Select MAX ( ) +1
    By marco in forum Access
    Replies: 2
    Last Post: 05-05-2010, 03:51 PM
  4. Replies: 1
    Last Post: 02-25-2009, 07:29 PM
  5. SELECT FUNCTION help please
    By scott munkirs in forum Queries
    Replies: 0
    Last Post: 10-17-2006, 07:44 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