My name is Warren, and I am using Access 2013. Could I get help designing a database? Thank you.
I've never created a relational database before, but I've read about them, and have watched a few videos on You Tube. I want to design my own movie collection database. I know there are many such databases available, but I figured this would be a good way to learn how to do this.
From what I've read and seen, the relationship between movies and actors is a many-to-many relationship. One movie can have many actors, and one actor can be in many movies.
I'm not sure where to put some fields. Also, I'm not sure how to enter multiple actors for one movie. So, I'd like help with this.
Let me show you my 3 tables:
1) Movies
Movie ID (Primary Key)
Title
Director
Date & Time
(I have some other fields here, but they don't need to be listed.)
2) Actors
Actor ID
Actor Last Name
Actor First Name
Actor Full Name (I'll use an equation or something to put the two fields together)
3) Relationship
Movie ID
Actor ID
The joined fields:
Movie/Movie ID >>>Relationship/Movie ID
Actors/Actor ID >>>Relationship/Actor ID
This is as far as I've gotten. I'm lost at this point, because I don't know how to design the forms so that I can enter all of the actors for a Movie record, if that makes sense, and I'm not sure how to display all of the actors.
I am assuming I need a separate form for the actors. Am I right? If I am right, then how do I create forms that will know when I am done entering data for a particular movie? I mean, if I am entering data for The Avengers, and I want to enter the names of five actors, how will Access know I'm done entering the data for that movie?
Did I create the tables and relationships correctly? Where do I go from here?
Thanks much from Warren Page.