I have checked cascade deleted records but when I delete the reco.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have two tables that are joined in a one to many relationship and have
checked cascade deleted records. when I delete a record in a form it does not
delete it from both tables. What is wrong? I use Access 97.
 
Cascading deletes are a one-way street.

It causes cause record(s) from the related table to be deleted when you
delete a record from the main table. It does not work in reverse.
 

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

Back
Top