I have two tables Events and Image. Image table will store all the path names to pictures.
I set the form up for Events that if the EventType is Attachment, it will open the Image form for me to enter a path name. It is a one-to-one relationship because each event will have a different EventID.
Problem: When I view the Image form and delete an image it does not delete the event even though I have Cascade Delete set up. But, when I delete the Event, it deletes the image. The Cascade Delete works.
What am I doing wrong?
I set the form up for Events that if the EventType is Attachment, it will open the Image form for me to enter a path name. It is a one-to-one relationship because each event will have a different EventID.
Problem: When I view the Image form and delete an image it does not delete the event even though I have Cascade Delete set up. But, when I delete the Event, it deletes the image. The Cascade Delete works.
What am I doing wrong?