How to remove registration

If you are using a button to delete a row, then you should have a relation or query that is linking the event to that user’s registration for that specific event. Not multiple events. Not multiple users. Just one registration row for one event. The relation/query should never be returning more than one match. Get that Relation/Query right and everything else will work as expected.

2 Likes

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