cascading delete

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



I have tables that are deleting "backwards". For example tblA is the
parent of tblB and tblB is the parent of tblC. When I delete a record
from tblC (through its form which is a subform) it cascades back and
deletes the parent record in tblA. I've never encountered this before.
Can anyone explain? Maybe I'm having a brain cramp but aren't records
supposed to cascade "forward" only?
.



Relevant Pages

  • Re: Joining 3 tables w/referential integrity
    ... tblB has a PK field "Config" that I wish to join to the Foreign key ... "Config" field in tblC with referential integrity enforced, ... If tblC is related to tblA, ...
    (microsoft.public.access.tablesdbdesign)
  • Lookup 2 based upon Lookup 1
    ... TblB ... such that the only values that show in the list are those values from TblC ... In other words, in TblA, you choose a Product Type, and the list of Products ...
    (microsoft.public.access.tablesdbdesign)