What does this query error message mean: Cannot open database ".

P

peter

I get a weird error message when I try to run a make table query, but yet the
same query will work as a select query. I know the file isn't currupt, as
I've used different versions of the database. The full error message reads:

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

Jerry Whittle

Please post the SQL statement for the query. Maybe we can figure out
something from it.
 
B

Bob Barrows

peter said:
I get a weird error message when I try to run a make table query, but
yet the same query will work as a select query. I know the file isn't
currupt, as I've used different versions of the database. The full
error message reads:

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

Permissions issue? All users of a database file require Modify
permissions for the folder containing the database file if multi-user
activity is required.

Is the database read-only?

I've only ever seen this error message when access remote databases or
from external applications. Is this query attempting to make a table in
another database file?

http://www.google.com/search?hl=en&...recognizes"Access&aq=f&aqi=&aql=&oq=&gs_rfai=
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top