I am making a database on movies. I created a table for the movies with title, year released and genre as its fields. Then I created 3 other tables each for the cast, director and writer with ID, firstname and lastname as fields for each. I then created a form to enter my data with the movie table as the main form and the 3 other tables as subforms.
My problem is whenever I enter a movie, I kept on entering multiple records of the writer, director and cast. A friend suggested that I put all the people in one table and create another table to specify if the person is an actor, director or writer.
Is there a better design than these? I was also hoping to use forms to enter the data instead of entering all the movies and all the names of the people in tables.
Thanks!
My problem is whenever I enter a movie, I kept on entering multiple records of the writer, director and cast. A friend suggested that I put all the people in one table and create another table to specify if the person is an actor, director or writer.
Is there a better design than these? I was also hoping to use forms to enter the data instead of entering all the movies and all the names of the people in tables.
Thanks!