I have three data tables that I want to connect in my layouts:
- Games that have Genres and Subgenres
- Genres list that I want people to see under each Genre the subgenres and the games that are that genre
- Simllarly a layout for Subgenre that will show under each Subgenre the Genre it’s apart of and the games of the subgenre
I want all these to connect and link across each of the layouts.
Do I need to create two look up columsn for each data table so that it cross references?


