taylorantone
MIS
I have a database that holds a list of my DVD's. In that database I have a table called tblDVDlist that holds my DVD info (title, notes, year, etc.). I need to be able to list the genre of the movie as well. Problem starts because a movie may have multiple genres (Romance, Comedy, Action, etc.). I want the genres to remain static so that a movie can only have a certain list, so I created a 2nd table with the genre as a field and all of the different genres listed.
I have a web page that pulls the info from the tblDVDlist table. I need to be able to assign multiple genres to a movie, however multiple movies can have the same genre and vice versa.
This is really beginning to hurt my brain for some reason. How do I make this happen within the database itself?
I think I can figure out the web part through FrontPage later--if not, I'll ask more questions!!
I have a web page that pulls the info from the tblDVDlist table. I need to be able to assign multiple genres to a movie, however multiple movies can have the same genre and vice versa.
This is really beginning to hurt my brain for some reason. How do I make this happen within the database itself?
I think I can figure out the web part through FrontPage later--if not, I'll ask more questions!!