Hey,
I’m looking for a way to manage a large amount of related data.
To elaborate, I would have 3 different lists that would be related to one another. One list would be of continents, second would be of countries, and third would be cities/areas. Currently, from what I have come across, there is no way to manage such lists or data.
I know I can do it through MySQL directly, but the objective is to provide the client with solution that is easy to use and integrated into the back-end.
All help is appreciated.