Hi,
I have two tables (Locality and Registrations) that are connected by one entity "Locality.name". I have a screen for "registration overview" where I´ve linked a form to a gallery (these are both connected to the "Registration"-table, and together through Items = Gallery.Selected)
I want to insert another form in this same page that displays the Locality based on which registration is chosen in the gallery. Is there a way to connect a form to an entity so that all the information pops up? This last form would have to be connected to Locality.
Extra info:
There is only one set of info for Locality.Name, so even though there are several registrations in one Locality, the information (for ex. Technology and Company) will remain the same. I have 6 different Localities, and endless registrations.
Any tips?