Multiple data entries

Hello you wonderful people.

I need some help please, I’m trying to enter multiple inputs into the database and display it. A good example is a DVD Season one that has 22 episodes.

How can I enter the season title and the 22 episodes with the episode description together in the database and display it from the database?

I’ve been racking my brain trying to figure it out. Thank you in advance.

You need to create a 2 types in your database Season and Episode. You have to create a field in Season to link a list of Episodes.

1 Like

Thank you for the input, every bit helps.