J
Jo
Database for school applications. Father table linked to Mother table linked
to Student table. I want to delete where the student ID has no father -
which can happen if data entered incorrectly. I have designed a series of
select queries to identify the records to be deleted where the studentID has
not mother, then the motherID has no father. I have linked this query to
each related table on either StudentID or MotherID to delete the records in
related tables. This has worked on some tables but not others. The delete
queries find the records but cannot delete them. Message says Could not
delete from specified tables. Error message 3086. But it is NOTa read-only
issue. Any suggestions?
to Student table. I want to delete where the student ID has no father -
which can happen if data entered incorrectly. I have designed a series of
select queries to identify the records to be deleted where the studentID has
not mother, then the motherID has no father. I have linked this query to
each related table on either StudentID or MotherID to delete the records in
related tables. This has worked on some tables but not others. The delete
queries find the records but cannot delete them. Message says Could not
delete from specified tables. Error message 3086. But it is NOTa read-only
issue. Any suggestions?