I keep getting an error everytime I try to execute the simplest 'select into' statement.
results in:Code:SELECT * INTO NewTbl FROM (SELECT * FROM dbo_erc_CBC_GoodPhones)
"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?