Deleting child record when parent is deleted

I have found a few posts relating to this, but so far, not found a solution.

I have a golf app. There are two databases, Rounds and Holes. Rounds can have multiple holes, but a hole can only belong to one round. When a Round is deleted, I want all associated Holes to be deleted with it.

I found this post talking about linking through multiple screens. But the final screen only allows me to delete the Current Hole.

Surely this is a common issue? Does anyone have a solution?

Hi @RobJon,

Welcome to the community :partying_face:

As far as I’m aware there is no easy way to this. But Victor invented a nice solution for this with the countdown timer. You can see here : https://youtu.be/TsCtnPi2IOA

Thank you

2 Likes

Thanks! I’ve finally got it. Added a nice spinning animation while it does its thinking. Works well :+1:
Many thanks

1 Like

Awsome!

Your Welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.