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

R

R M Starich

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.
 
A

Allen Browne

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.
 
Top