Delete Query Not Working

K

Kathy G

I have created a delete query that seems to work -- the datasheet view
indicates the correct critera was used. But, when running the error "cannot
delete from table" appears. Upon help it states that the database was opened
in the "read only" mode.
This is a database recently convered from Access 97. I thought that with
Access 2007 I would automatically be signed as Admin and have full access to
the database -- I cannot figure out how to check to see what security level
I'm signing on as. I am the only one to open up the converted database thus
far. I made several changes to the database successfully. But will not let
me delete using a query.
Any help??!
Kathy
 
D

Dirk Goldgar

Kathy G said:
I have created a delete query that seems to work -- the datasheet view
indicates the correct critera was used. But, when running the error
"cannot
delete from table" appears. Upon help it states that the database was
opened
in the "read only" mode.
This is a database recently convered from Access 97. I thought that with
Access 2007 I would automatically be signed as Admin and have full access
to
the database -- I cannot figure out how to check to see what security
level
I'm signing on as. I am the only one to open up the converted database
thus
far. I made several changes to the database successfully. But will not
let
me delete using a query.
Any help??!


Check to see if you can delete records just by opening up tables in
datasheet view and deleting records manually. If you can, then the database
is not read-only and you don't have a permissions problem. In that case,
please post the SQL of your delete query. Maybe there's something about it
that is preventing Access from deleting records. I've known that to happen
when the query joins multiple tables and Access can't determine which
table's records should be deleted.
 
Joined
Sep 24, 2012
Messages
1
Reaction score
0
Hello, I have been having the same issue. I can not delete using the delete query I created. Everything seems like it should be fine, but it acts like it's performing the function only to bring up the table with out deleting anything. I'm pretty new at creating databases but I think I do have two tables joined but not intentionally, how would I go about fixing both problems? (i'm using Access 2007) Thanks
 

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