Hi everyone.
I am very new to this and I have read through a number of posts without any luck.
I have 2 tables:
| Table 1: Movies | Table 2: MovieGenres |
Field 1 (Primary key): ID Field 2: Title | Field 1 (Primary key): ID Field 2: Genre |
The tables are related (many MovieGenres to one Movie) and the ID fields are the same.
I am trying to do this:
- Dropdown 1: A dropdown with distinct genres
- Dropdown 2: A dropdown showing me the Title of all Movies related to the genre selected in Dropdown 1
I have tried a number of things, but I always get stuck, although this sounds like an easy task.
Do you have any suggestions to how I do this?