I have got this table with a many to many relationsship.
Events | EventUsers | Users |
---|---|---|
name | events | firstname |
datetime | users | lastname |
Now I want to show records of Events in a repeating group. I think it should be rather easy, but can’t figure out how to do it.
How do I set up this search query? Or do I need to use Unique ID’s to solve this problem.