Is there any way to have a lookup table type of functionality for EE posts?
I want to make a site that lists songs and albums. For each post, I would need the artist and genre. Is there any way in EE to make these separate, stand alone lists that would then show up as drop down lists when I’m creating a post? Also, I would need users to be able to see a list of artists and genres.
If I were building an app from scratch, I would make separate tables for each of these, with data entry forms, then link them with one-to-many relationships to the posts. So, they’d just be standard lookup tables.