How can I do that?
I' ve tried to create a delete query, to delete all records which do not match records on another table (the first table looks up values from the second).
Although I've made the right selection (I get the records that I want to be deleted), when I try to run the query I get an error message "could not delete from specified table".
Does this mean that something is wrong with referential integrity
rules?
In any case how can I delete unmatched records?
I' ve tried to create a delete query, to delete all records which do not match records on another table (the first table looks up values from the second).
Although I've made the right selection (I get the records that I want to be deleted), when I try to run the query I get an error message "could not delete from specified table".
Does this mean that something is wrong with referential integrity
rules?
In any case how can I delete unmatched records?